fix: nop -> undefined
This commit is contained in:
parent
a553ef99c6
commit
5b42654892
|
@ -327,6 +327,7 @@ export default class Sandbox {
|
|||
break;
|
||||
}
|
||||
case 'Program': {
|
||||
result = {value: undefined, yield: YIELD_NONE};
|
||||
let skipping = isReplaying;
|
||||
for (const child of node.body) {
|
||||
if (skipping && child === this.$$execution.stack[depth + 1]) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user