updated sys and created publi
This commit is contained in:
+13
@@ -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