mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
undef ToString fix
This commit is contained in:
parent
518c9773f3
commit
aa21020255
2 changed files with 3 additions and 1 deletions
|
@ -6588,7 +6588,8 @@ namespace IDE
|
||||||
nextTab = checkTab;
|
nextTab = checkTab;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
nextTab = tabbedView.GetActiveTab();
|
nextTab = tabbedView.GetActiveTab();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1356,6 +1356,7 @@ void BeDumpContext::ToString(StringImpl& str, BeValue* value, bool showType, boo
|
||||||
str += " ";
|
str += " ";
|
||||||
}
|
}
|
||||||
str += "undef";
|
str += "undef";
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (auto constant = BeValueDynCast<BeCastConstant>(value))
|
if (auto constant = BeValueDynCast<BeCastConstant>(value))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue