8000 Fixes NaN time. · shocklink/leetcode-cli@d1b4a0c · GitHub
[go: up one dir, main page]

Skip to content

Commit d1b4a0c

Browse files
committed
Fixes NaN time.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent a45c696 commit d1b4a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cache.list = function() {
4040
return {
4141
name: k,
4242
size: stat.size,
43-
mtime: stat.mtimeMs
43+
mtime: stat.mtime
4444
};
4545
});
4646
};

0 commit comments

Comments
 (0)
0