mirror of
https://github.com/denoland/deno.git
synced 2025-02-24 06:02:18 -05:00
Fix missing ctime in js struct
This commit is contained in:
parent
054c7b1c0c
commit
9fb0be7d3a
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ const { 0: statStruct, 1: statBuf } = createByteStruct({
|
|||
mtime: "date",
|
||||
atime: "date",
|
||||
birthtime: "date",
|
||||
ctime: "date",
|
||||
dev: "u64",
|
||||
ino: "?u64",
|
||||
mode: "?u64",
|
||||
|
|
Loading…
Add table
Reference in a new issue