fix refactor value explorer

This commit is contained in:
Dmitry Vasilev
2023-07-31 23:32:34 +03:00
parent c006aae380
commit e79e8cd704
3 changed files with 12 additions and 6 deletions

View File

@@ -291,6 +291,8 @@ export const exec = (cmd, ...args) => {
}
// Wrap with_code_execution, because rendering values can trigger execution
// of code by toString() and toJSON() methods
with_code_execution(() => {
apply_side_effects(state, nextstate, cmd, ui);