DS преди 2 години
родител
ревизия
83873e240a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      js/executeNodeSetParser.mjs

+ 1 - 1
js/executeNodeSetParser.mjs

@@ -8,7 +8,7 @@ https://stackoverflow.com/questions/1880198/how-to-execute-shell-command-in-java
 export function parseAll(){
 	var exec = require('child_process').exec;
 	var listxml = '';
-exec('cd nodesets && ls',
+exec('cd .. && cd nodesets && ls',
     function (error, stdout, stderr) {
         //console.log('stdout: ' + stdout);
         //console.log('stderr: ' + stderr);