1
0
mirror of synced 2024-11-24 07:40:17 +01:00

impr: Disable pattern debug mode after evaluation has finished

This commit is contained in:
WerWolv 2024-07-08 19:49:31 +02:00
parent 03d344c0a2
commit de36cc8445

View File

@ -1689,6 +1689,7 @@ namespace hex::plugin::builtin {
}); });
ON_SCOPE_EXIT { ON_SCOPE_EXIT {
runtime.getInternals().evaluator->setDebugMode(false);
*m_lastEvaluationOutVars = runtime.getOutVariables(); *m_lastEvaluationOutVars = runtime.getOutVariables();
*m_sections = runtime.getSections(); *m_sections = runtime.getSections();