Skip to content

Commit

Permalink
[api] Expose Monitor.fork for using child_process.fork()
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 5, 2012
1 parent 7aa72c9 commit 2c6800a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/forever/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var Monitor = exports.Monitor = function (script, options) {
this.args = options.options || [];
this.spawnWith = options.spawnWith || {};
this.sourceDir = options.sourceDir;
this.fork = options.fork || false;
this.cwd = options.cwd || null;
this.hideEnv = options.hideEnv || [];
this._env = options.env || {};
Expand Down

0 comments on commit 2c6800a

Please sign in to comment.