Adjustments...
This commit is contained in:
parent
a8e701a9fa
commit
722aa2b464
|
@ -2,7 +2,6 @@ include = function (filepath, isAbsolute) {
|
|||
if (isAbsolute === undefined || isAbsolute == false) {
|
||||
filepath = Packages.ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil.expandAndResolvePath(authorAccess, filepath);
|
||||
}
|
||||
Packages.java.lang.System.out.println('filepath: ' + filepath );
|
||||
var text = new java.lang.String(java.nio.file.Files.readAllBytes(java.nio.file.Paths. get (java.net.URI(filepath))));
|
||||
text = String(text);
|
||||
eval(text);
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="21.1">
|
||||
<meta>
|
||||
<filters directoryPatterns="" filePatterns="\Qjs-debugger.xpr\E" positiveFilePatterns="" showHiddenFiles="false"/>
|
||||
<options/>
|
||||
</meta>
|
||||
<projectTree name="js-debugger.xpr">
|
||||
<folder path="."/>
|
||||
</projectTree>
|
||||
</project>
|
|
@ -844,8 +844,7 @@
|
|||
<serializableOrderedMap>
|
||||
<entry>
|
||||
<String>script</String>
|
||||
<String>
|
||||
doOperation = function () {
|
||||
<String>doOperation = function () {
|
||||
include('test.js');
|
||||
hello();
|
||||
}</String>
|
||||
|
|
Loading…
Reference in New Issue