This commit is contained in:
Dmitry Vasilev
2023-05-18 23:15:10 +03:00
parent db3166154d
commit 932baf3eed
6 changed files with 35 additions and 65 deletions

View File

@@ -202,7 +202,7 @@ export const do_eval_expand_calltree_node = (cxt, node) => {
synchronous for simplicity
*/
export const do_eval_find_call = (cxt, calltree, location) => {
// TODO remove
// Sanity check
if(cxt.children != null) {
throw new Error('illegal state')
}