Skip to content

Commit

Permalink
Merge b074065 into 8cd5f7a
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbon committed Jul 12, 2018
2 parents 8cd5f7a + b074065 commit 52b158d
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 @@ -25,7 +25,7 @@ function createFsWatchInstance(path, options, listener, errHandler, emitRaw) {
listener(path);
emitRaw(rawEvent, evPath, {watchedPath: path});

// emit based on events occuring for files from a directory's watcher in
// emit based on events occurring for files from a directory's watcher in
// case the file's watcher misses it (and rely on throttling to de-dupe)
if (evPath && path !== evPath) {
fsWatchBroadcast(
Expand Down

0 comments on commit 52b158d

Please sign in to comment.