mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
Added start.js Creates 'log' folder
This commit is contained in:
@ -29,6 +29,16 @@ ps.list(function(err, results) {
|
||||
console.log(stdout);
|
||||
});
|
||||
}
|
||||
if((process.command.indexOf("protractor")) != -1) {
|
||||
console.log();
|
||||
console.log( 'Killing Protractor Driver: %s', process.command);
|
||||
ps.kill(process.pid, function(err, stdout) {
|
||||
if (err){
|
||||
throw new Error(err);
|
||||
}
|
||||
console.log(stdout);
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user