combine mtime and ctime
This commit is contained in:
parent
9c830c2c14
commit
2e6848f901
@ -301,7 +301,7 @@ const ensembleMixedStates = async (
|
||||
r = {
|
||||
key: entry.path,
|
||||
existLocal: true,
|
||||
mtimeLocal: entry.stat.mtime,
|
||||
mtimeLocal: Math.max(entry.stat.mtime, entry.stat.ctime),
|
||||
sizeLocal: entry.stat.size,
|
||||
};
|
||||
} else if (entry instanceof TFolder) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user