Skip to content

Commit

Permalink
impr: Disable pattern debug mode after evaluation has finished
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jul 8, 2024
1 parent 03d344c commit de36cc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ namespace hex::plugin::builtin {
});

ON_SCOPE_EXIT {
runtime.getInternals().evaluator->setDebugMode(false);
*m_lastEvaluationOutVars = runtime.getOutVariables();
*m_sections = runtime.getSections();

Expand Down

0 comments on commit de36cc8

Please sign in to comment.