mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-11 13:13:02 -05:00
initial commit
This commit is contained in:
13
node_modules/flagged-respawn/test/bin/exit_code.js
generated
vendored
Normal file
13
node_modules/flagged-respawn/test/bin/exit_code.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const flaggedRespawn = require('../../');
|
||||
|
||||
flaggedRespawn(['--harmony'], process.argv, function (ready) {
|
||||
|
||||
if (ready) {
|
||||
setTimeout(function () {
|
||||
process.exit(100);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user