Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: Update lib/internal/fs/watchers.js
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
lholmquist and Trott authored Oct 29, 2019
commit da2c3b3e16c81e17fa1dfa2db99f0f215189d24c
2 changes: 1 addition & 1 deletion lib/internal/fs/watchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ FSWatcher.prototype[kFSWatchStart] = function(filename,
}
};

// To maximize backword-compatiblity for the end user
// To maximize backward-compatiblity for the end user,
// a no-op stub method has been added instead of
// totally removing FSWatcher.prototpye.start.
// This should not be documented
Comment thread
lholmquist marked this conversation as resolved.
Outdated
Expand Down