fix: engines.execScriptFile() missing executePath config

This commit is contained in:
hyb1996
2018-02-23 22:42:53 +08:00
parent 622bb4c277
commit 198a694064
6 changed files with 12 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ public class Engines {
public void setCurrentEngine(ScriptEngine<JavaScriptSource> engine) {
if (mScriptEngine != null)
throw new IllegalStateException();
mScriptEngine = engine;
}