Skip to content

Commit 96e318f

Browse files
committed
Add missing throw
1 parent 751652c commit 96e318f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library_fs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ FS.staticInit();
206206
if ((e?.errno === {{{ cDefs.ENOENT }}}) && islast && opts.handleBrokenLink) {
207207
return { path: current_path };
208208
}
209+
throw e;
209210
}
210211

211212
// jump to the mount's root node if this is a mountpoint

0 commit comments

Comments
 (0)