Skip to content

Commit

Permalink
fixup! Update lib/internal/fs/watchers.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
lundibundi and Trott committed Feb 9, 2020
1 parent 60dc9cc commit d7cdfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/fs/watchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function FSWatcher() {
if (this._handle !== null) {
// We don't use this.close() here to avoid firing the close event.
this._handle.close();
this._handle = null; // Make the handle is garbage collectable.
this._handle = null; // Make the handle garbage collectable.
}
const error = errors.uvException({
errno: status,
Expand Down

0 comments on commit d7cdfca

Please sign in to comment.