set running false after AsyncEmbeddedScript2

This commit is contained in:
2024-10-20 11:19:01 -05:00
parent 562c26c857
commit d35203ae1a

View File

@@ -240,7 +240,7 @@ class AsyncEmbeddedScript2 {
return;
};
} else {
() -> {};
() -> {running = false;};
}
runWithErrorChecking(() -> {