Skip to content

Commit 734ed2c

Browse files
committed
Make chmod not update file access/modification time
Because it doesn't in linux.
1 parent b3edd4c commit 734ed2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/library_fs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ FS.staticInit();
933933
}
934934
node.node_ops.setattr(node, {
935935
mode: (mode & {{{ cDefs.S_IALLUGO }}}) | (node.mode & ~{{{ cDefs.S_IALLUGO }}}),
936-
timestamp: Date.now()
937936
});
938937
},
939938
lchmod(path, mode) {

0 commit comments

Comments
 (0)