Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 6f54bf8

Browse files
committed
fix: reset stopExecution
1 parent 4493b3d commit 6f54bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ Yet another is that there is an internal error. The internal error message is:
13151315
*/
13161316
async runProg(noUI, logResults) {
13171317
console.log("starting runProg");
1318+
stopExecution = false;
13181319
this.outputLineCount = 0;
13191320
if (typeof logResults === "undefined") {
13201321
this.logResults = true;

0 commit comments

Comments
 (0)