Skip to content

Commit

Permalink
fix: πŸ› don't assign null to .link property in File
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 12, 2019
1 parent 1b76cb1 commit 5d01713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.ts
Expand Up @@ -357,7 +357,7 @@ export class File {
* Hard link that this file opened.
* @type {any}
*/
link: Link = null;
link: Link;

/**
* Reference to a `Node`.
Expand Down

0 comments on commit 5d01713

Please sign in to comment.