mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-11 05:03:02 -05:00
initial commit
This commit is contained in:
7
node_modules/ps-tree/test/exec/child.js
generated
vendored
Normal file
7
node_modules/ps-tree/test/exec/child.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// does nothing child process
|
||||
console.log("Child process.id: " + process.pid);
|
||||
console.log(" - - - - - - - - - - - - - - - - - - - - - - - ");
|
||||
|
||||
setTimeout(function () {
|
||||
/* Does nothing, but prevents exit */
|
||||
}, 1000);
|
||||
Reference in New Issue
Block a user