Skip to content

Commit

Permalink
enabled evalAfter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Oct 20, 2023
1 parent b9bfa5e commit 7ea9ea5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mercury_ide/code/mercury.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,10 +777,9 @@ function mainParse(lines){
// max.outlet('done');
parseResult = parsed;

outputParse();
// disabled parse after for now
// if (!evalAfter){
// }
if (!evalAfter){
outputParse();
}

time = Date.now() - time;
max.post('Parsed code succesful in ' + time + ' ms');
Expand Down

0 comments on commit 7ea9ea5

Please sign in to comment.