Skip to content

Commit bd1849b

Browse files
committed
Fix
1 parent 1f5a17e commit bd1849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ FS.staticInit();
232232

233233
var lookup = FS.lookupPath(current_path, {
234234
recurse_count: opts.recurse_count + 1,
235-
handleBrokenLink: islast && opts.handleBrokenLink
235+
noent_okay: islast && opts.noent_okay
236236
});
237237
current = lookup.node;
238238

0 commit comments

Comments
 (0)