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

Commit

Permalink
fix: reset stopExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Mar 4, 2023
1 parent 4493b3d commit 6f54bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runestone/activecode/js/activecode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@ Yet another is that there is an internal error. The internal error message is:
*/
async runProg(noUI, logResults) {
console.log("starting runProg");
stopExecution = false;
this.outputLineCount = 0;
if (typeof logResults === "undefined") {
this.logResults = true;
Expand Down

0 comments on commit 6f54bf8

Please sign in to comment.