We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Monitor.fork
child_process.fork()
1 parent 7aa72c9 commit 2c6800aCopy full SHA for 2c6800a
lib/forever/monitor.js
@@ -83,6 +83,7 @@ var Monitor = exports.Monitor = function (script, options) {
83
this.args = options.options || [];
84
this.spawnWith = options.spawnWith || {};
85
this.sourceDir = options.sourceDir;
86
+ this.fork = options.fork || false;
87
this.cwd = options.cwd || null;
88
this.hideEnv = options.hideEnv || [];
89
this._env = options.env || {};
0 commit comments