gift-card-server/node_modules/ps-tree/test/exec/child.js

8 lines
219 B
JavaScript
Raw Normal View History

2019-06-19 10:46:14 -04:00
// does nothing child process
console.log("Child process.id: " + process.pid);
console.log(" - - - - - - - - - - - - - - - - - - - - - - - ");
setTimeout(function () {
/* Does nothing, but prevents exit */
}, 1000);