Skip to content

Commit

Permalink
fix: πŸ› make StatWatcher.timeoutRef property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 6, 2019
1 parent 336821d commit d09cd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.ts
Expand Up @@ -2129,7 +2129,7 @@ export class StatWatcher extends EventEmitter {
vol: Volume = null;
filename: string;
interval: number;
timeoutRef = null;
timeoutRef?;
setTimeout: TSetTimeout;
prev: Stats = null;

Expand Down

0 comments on commit d09cd03

Please sign in to comment.