Skip to content

Commit b509358

Browse files
committed
Fix merge
1 parent e83ac75 commit b509358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_nodefs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ addToLibrary({
134134
}
135135
return {
136136
dev: stat.dev,
137-
ino: node.ino,
137+
ino: node.id,
138138
mode: stat.mode,
139139
nlink: stat.nlink,
140140
uid: stat.uid,

0 commit comments

Comments
 (0)