Added Stat Time
This commit is contained in:
parent
64b2c9b36c
commit
0040f07097
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ asarStatsToFsStats = (stats) ->
|
|||
uid: uid,
|
||||
gid: gid,
|
||||
rdev: 0,
|
||||
atime: stats.atime,
|
||||
birthtime: stats.birthtime,
|
||||
mtime: stats.mtime,
|
||||
ctime: stats.ctime,
|
||||
size: stats.size
|
||||
isFile: -> stats.isFile
|
||||
isDirectory: -> stats.isDirectory
|
||||
|
|
Loading…
Reference in a new issue