mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
Preserve redo log for mutable objects
Replay it during time travel debugging
This commit is contained in:
@@ -90,6 +90,9 @@ const state = COMMANDS.eval_modules_finished(loaded, loaded, result, s.node, s.t
|
||||
const root = root_calltree_node(state)
|
||||
const run = root.children[0]
|
||||
|
||||
if(!root_calltree_node(state).ok) {
|
||||
console.error(root_calltree_node(state).error)
|
||||
}
|
||||
assert_equal(root_calltree_node(state).ok, true)
|
||||
|
||||
// Assert that run children are tests
|
||||
|
||||
Reference in New Issue
Block a user