| @@ -10,7 +10,6 @@ var help = '#unkown list of commands... please refer dveloper documentation for | |||
| nodeShellExec('echo', ['elxr'], { inherit : true}) //, {stdio: "inherit"} | |||
| var __runcmd = function(label){ | |||
| // var child = nodeShellExec('mkdir', ['-p', label], { inherit : true} ); | |||
| // console.log('Starting directory: ' + process.cwd()); | |||
| @@ -23,7 +22,7 @@ var __runcmd = function(label){ | |||
| // } | |||
| // child.on('close', function(){ | |||
| // var options = { | |||
| // shell : true | |||
| // shell : true | |||
| // , inherit : true | |||
| // // , cwd : '' + process.cwd | |||
| // // , env : process.env | |||
| @@ -33,7 +32,9 @@ var __runcmd = function(label){ | |||
| //$ "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 1" http://localhost:4200/tests/index.html?grep=loopback | |||
| nodeShellExec("C:/Program Files (x86)/Google/Chrome/Application/chrome.exe", [ | |||
| "--profile-directory=Profile 1" | |||
| , 'http://localhost:4200/tests/index.html?grep=model convert ember to loopback&filter=model convert ember to loopback']); | |||
| , 'http://localhost:4200/tests/index.html?grep=model convert ember to loopback' + '&filter=none' /*+ '&filter=model convert ember to loopback'*/]); | |||
| // nodeShellExec('npm', ['init', '-y'], options); | |||
| // nodeShellExec('npm', ['init', '-y'], options); | |||
| // }) | |||
| } | |||