JS: fix rhino 64k issue

This commit is contained in:
Sergey Mashkov
2015-10-28 12:29:26 +03:00
parent 29973d714e
commit 3b68aaa84c
@@ -109,6 +109,7 @@ public final class RhinoUtils {
catch (IOException e) {
throw new RuntimeException(e);
}
context.setOptimizationLevel(-1);
context.evaluateString(scope, result, inputFile, 1, null);
}