fix: engines.execScriptFile() missing executePath config
This commit is contained in:
@@ -47,6 +47,8 @@ public class Engines {
|
||||
|
||||
|
||||
public void setCurrentEngine(ScriptEngine<JavaScriptSource> engine) {
|
||||
if (mScriptEngine != null)
|
||||
throw new IllegalStateException();
|
||||
mScriptEngine = engine;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user