Adds support for modifying volatile scripts after adding them.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -31,6 +31,7 @@ public:
|
||||
} else {
|
||||
ctx->PopState();
|
||||
}
|
||||
printf("%s\n", err.str().c_str());
|
||||
throw ArbUt::Exception(err.str());
|
||||
}
|
||||
if (newContext) {
|
||||
|
||||
Reference in New Issue
Block a user