Skip to content

Commit

Permalink
[fix] use node-fork so 0.6 can talk to 0.4 using the fork: true in co…
Browse files Browse the repository at this point in the history
…mbination with command
  • Loading branch information
bmeck authored and indexzero committed Jan 5, 2012
1 parent b06d58b commit fa02258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var events = require('events'),
fs = require('fs'),
path = require('path'),
fork = require('child_process').fork,
fork = require('node-fork').fork,
spawn = require('child_process').spawn,
broadway = require('broadway'),
psTree = require('ps-tree'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"minimatch": "0.0.x",
"nconf": "0.5.x",
"nssocket": "0.3.x",
"node-fork": "git://[email protected]:bmeck/node-fork.git",
"optimist": "0.2.x",
"pkginfo": "0.x.x",
"portfinder": "0.x.x",
Expand Down

0 comments on commit fa02258

Please sign in to comment.