fix mapForInterp of hscript generation

This commit is contained in:
2021-11-27 21:07:16 -07:00
parent 082a6df576
commit 599ec4a94d

View File

@@ -367,7 +367,7 @@ class Helpers {
pos: subExp.pos,
expr: ETry(e, catches)
};
default: subExp;
default: mapForInterp(subExp);
}
});
}