fix mapForInterp of hscript generation
This commit is contained in:
@@ -367,7 +367,7 @@ class Helpers {
|
||||
pos: subExp.pos,
|
||||
expr: ETry(e, catches)
|
||||
};
|
||||
default: subExp;
|
||||
default: mapForInterp(subExp);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user