JS: fix rhino 64k issue
This commit is contained in:
@@ -109,6 +109,7 @@ public final class RhinoUtils {
|
|||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
context.setOptimizationLevel(-1);
|
||||||
context.evaluateString(scope, result, inputFile, 1, null);
|
context.evaluateString(scope, result, inputFile, 1, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user