Skip to content

Commit

Permalink
Merge d6e49ec into 3f7f113
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Mar 14, 2017
2 parents 3f7f113 + d6e49ec commit c66a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodefs-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function(dir, stats, initialAdd, depth, target, wh, callback) {
if (!throttler) return;
}

var previous = this._getWatchedDir(wh.path);
var previous = this._getWatchedDir(directory);
var current = [];

readdirp({
Expand Down

0 comments on commit c66a0f3

Please sign in to comment.