Skip to content

Commit 20ae6cc

Browse files
committed
fix typos
1 parent 5ef3693 commit 20ae6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/supervisor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function run (args) {
110110
watchItems.forEach(function (watchItem) {
111111
watchItem = path.normalize(watchItem);
112112
util.debug("Watching directory '" + watchItem + "' for changes.");
113-
findAllWatchFiles(watchItem, ignorePaths, function(f) {
113+
findAllWatchFiles(watchItem, function(f) {
114114
watchGivenFile( f, poll_interval );
115115
});
116116
});

0 commit comments

Comments
 (0)