Skip to content

Commit ea0e6a9

Browse files
committed
pr feedback
1 parent c92f651 commit ea0e6a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/libfs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,7 @@ FS.staticInit();`;
11401140
},
11411141
utime(path, atime, mtime, dontFollow) {
11421142
var lookup = FS.lookupPath(path, { follow: !dontFollow });
1143-
var node = lookup.node;
1144-
FS.doSetAttr(null, node, {
1143+
FS.doSetAttr(null, lookup.node, {
11451144
atime: atime,
11461145
mtime: mtime,
11471146
dontFollow

0 commit comments

Comments
 (0)