소스 검색

changed command

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);