fix mapForInterp of hscript generation

This commit is contained in:
2021-11-27 21:07:16 -07:00
parent f556d50e90
commit 149d824b76

View File

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