@@ -6588,7 +6588,8 @@ namespace IDE
nextTab = checkTab;
});
}
- else {
+ else
+ {
nextTab = tabbedView.GetActiveTab();
@@ -1356,6 +1356,7 @@ void BeDumpContext::ToString(StringImpl& str, BeValue* value, bool showType, boo
str += " ";
str += "undef";
+ return;
if (auto constant = BeValueDynCast<BeCastConstant>(value))