mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
refactor async_calls WIP: tests work
This commit is contained in:
@@ -39,7 +39,7 @@ const apply_eval_result = (state, eval_result) => {
|
||||
|
||||
return {
|
||||
...state,
|
||||
calltree: {children: [eval_result.calltree]},
|
||||
calltree: make_calltree(eval_result.calltree, null),
|
||||
calltree_actions: eval_result.calltree_actions,
|
||||
logs: {logs, log_position: null},
|
||||
modules: eval_result.modules,
|
||||
|
||||
Reference in New Issue
Block a user