mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
WIP
This commit is contained in:
@@ -610,6 +610,7 @@ export const find_call = (state, index) => {
|
||||
if(call != null) {
|
||||
if(call.has_more_children) {
|
||||
active_calltree_node = eval_expand_calltree_node(
|
||||
// TODO copy eval_cxt?
|
||||
state.eval_cxt,
|
||||
state.parse_result,
|
||||
call
|
||||
@@ -625,6 +626,7 @@ export const find_call = (state, index) => {
|
||||
}
|
||||
} else {
|
||||
const find_result = eval_find_call(
|
||||
// TODO copy eval_cxt?
|
||||
state.eval_cxt,
|
||||
state.parse_result,
|
||||
state.calltree,
|
||||
|
||||
Reference in New Issue
Block a user