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';