set running false after AsyncEmbeddedScript2
This commit is contained in:
@@ -240,7 +240,7 @@ class AsyncEmbeddedScript2 {
|
||||
return;
|
||||
};
|
||||
} else {
|
||||
() -> {};
|
||||
() -> {running = false;};
|
||||
}
|
||||
|
||||
runWithErrorChecking(() -> {
|
||||
|
Reference in New Issue
Block a user