mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 05:14:28 -08:00
fix
This commit is contained in:
@@ -1050,7 +1050,7 @@ const eval_decl_pair = (s, eval_cxt, frame_cxt) => {
|
||||
|
||||
return {
|
||||
ok: true,
|
||||
node: {...s_evaled, result: node.result},
|
||||
node: {...s_evaled, result: {...node.result, call: null}},
|
||||
eval_cxt: {
|
||||
...next_eval_cxt,
|
||||
scope: {...next_eval_cxt.scope, ...next_scope},
|
||||
|
||||
Reference in New Issue
Block a user