mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-27 07:31:38 +00:00
migrating repo to Bodyrep org
This commit is contained in:
13
node_modules/supervisor/lib/cli-wrapper.js
generated
vendored
Normal file
13
node_modules/supervisor/lib/cli-wrapper.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env node
|
||||
var path = require("path")
|
||||
, args = process.argv.slice(1)
|
||||
|
||||
var arg, base;
|
||||
do arg = args.shift();
|
||||
while ( arg !== __filename
|
||||
&& (base = path.basename(arg)) !== "node-supervisor"
|
||||
&& base !== "supervisor"
|
||||
&& base !== "supervisor.js"
|
||||
)
|
||||
|
||||
require("./supervisor").run(args)
|
||||
Reference in New Issue
Block a user