diff --git a/lib/forever/monitor.js b/lib/forever/monitor.js index caff7bba..aad347c8 100644 --- a/lib/forever/monitor.js +++ b/lib/forever/monitor.js @@ -52,8 +52,7 @@ var Monitor = exports.Monitor = function (script, options) { this.childExists = false; this.checkFile = options.checkFile !== false; this.times = 0; - this.daemon = options.daemon || false; - + this.warn = console.error; // // Setup log files and logger for this instance. //