Skip to content

Commit bb5983b

Browse files
committed
added missing dist file update
1 parent a668299 commit bb5983b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/transformations/debuggerBreakpointLoop.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ var DebuggerBreakpointLoop = /** @class */ (function (_super) {
5555
]
5656
}
5757
};
58-
// this.ast.body.splice(InsertPosition.get(), 0, loopFuncDecl);
59-
// this.ast.body.splice(InsertPosition.get(), 0, loopExpr);
6058
this.ast.body.splice(insertPosition_1.InsertPosition.get(), 0, evalExpr);
6159
return this.ast;
6260
};

0 commit comments

Comments
 (0)