Skip to content

Commit 9517024

Browse files
committed
fix: do not update mtime on move/rename
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 3bf6a7d commit 9517024

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/files/node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ export abstract class Node {
372372
// this can not be guaranteed, so to be sure users should better refetch the node
373373
this.displayname = this.basename
374374
}
375-
this.updateMtime()
376375
}
377376

378377
/**

0 commit comments

Comments
 (0)