Skip to content

Commit

Permalink
Added Node v0.6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Nov 8, 2011
1 parent 990c882 commit 1b2587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var fs = require('fs'),
meta = JSON.parse(fs.readFileSync(__dirname + '/package.json')),
exec = childProcess.exec,
flag = './.monitor',
nodeArgs = process.argv.splice(2), // removes 'node' and this script
nodeArgs = process.argv.splice(2), // Change ARGV to argv for v0.6.0 support; removes 'node' and this script
app = nodeArgs[0],
node = null,
monitor = null,
Expand Down

0 comments on commit 1b2587c

Please sign in to comment.