Files
rpiRadio/ProjectNow/NodeServer/node_modules/ps-tree/test/exec/child.js
2018-05-19 02:20:19 +02:00

8 lines
219 B
JavaScript

// does nothing child process
console.log("Child process.id: " + process.pid);
console.log(" - - - - - - - - - - - - - - - - - - - - - - - ");
setTimeout(function () {
/* Does nothing, but prevents exit */
}, 1000);