From 72dac45e2cc5f5057d5c665e80110984fc54337f Mon Sep 17 00:00:00 2001 From: indexzero Date: Sat, 14 Jan 2012 08:10:36 -0500 Subject: [PATCH] [fix] Update bad reference variable to forever in watch plugin --- lib/forever/plugins/watch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/forever/plugins/watch.js b/lib/forever/plugins/watch.js index 1e040e2e..5eb637b9 100644 --- a/lib/forever/plugins/watch.js +++ b/lib/forever/plugins/watch.js @@ -2,7 +2,8 @@ var fs = require('fs'), path = require('path'), minimatch = require('minimatch'), - watch = require('watch'); + watch = require('watch'), + forever = require('../../forever'); exports.name = 'watch';