Adds support for modifying volatile scripts after adding them.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-03-27 22:19:18 +01:00
parent 5cfa174396
commit e361507ec9
7 changed files with 91 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ public:
} else {
ctx->PopState();
}
printf("%s\n", err.str().c_str());
throw ArbUt::Exception(err.str());
}
if (newContext) {