Skip to content

Commit

Permalink
fix: πŸ› don't assign null to StatWatcher.vol property
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 11, 2019
1 parent 7d8559d commit 1540522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.ts
Expand Up @@ -2131,7 +2131,7 @@ function emitStop(self) {
}

export class StatWatcher extends EventEmitter {
vol: Volume = null;
vol: Volume;
filename: string;
interval: number;
timeoutRef?;
Expand Down

0 comments on commit 1540522

Please sign in to comment.