Skip to content

Commit 8e3e7ee

Browse files
committed
Флаг выполнения сбрасывается при выходе из процесса
1 parent a3bb1b6 commit 8e3e7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ScriptEngine/BslProcess.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public BslValue Run(BslObjectValue target, IExecutableModule module, BslScriptMe
5656
if (notifyExecutors)
5757
{
5858
Array.ForEach(_executorProviders, e => e.AfterProcessExit(this));
59+
_isRunning = false;
5960
}
6061
}
6162
}

0 commit comments

Comments
 (0)