Skip to content

Commit

Permalink
fix: πŸ› don't assign null to ._link property in FSWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 12, 2019
1 parent 0e94b9c commit 71569c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.ts
Expand Up @@ -2497,7 +2497,7 @@ export class FSWatcher extends EventEmitter {
// _persistent: boolean = true;
_recursive: boolean = false;
_encoding: TEncoding = ENCODING_UTF8;
_link: Link = null;
_link: Link;

_timer; // Timer that keeps this task persistent.

Expand Down

0 comments on commit 71569c0

Please sign in to comment.