Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: šŸ› refactor #resolveSymlinks to be compatible w/ `strictNullCheā€¦
ā€¦cks`
  • Loading branch information
G-Rath committed Jul 6, 2019
1 parent dbfc754 commit 6dc4913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.ts
Expand Up @@ -730,7 +730,7 @@ export class Volume {
return link;
}

resolveSymlinks(link: Link): Link {
resolveSymlinks(link: Link): Link | null {
// let node: Node = link.getNode();
// while(link && node.isSymlink()) {
// link = this.getLink(node.symlink);
Expand Down

0 comments on commit 6dc4913

Please sign in to comment.