mirror of
https://github.com/denoland/deno.git
synced 2025-02-24 22:21:54 -05:00
Move mode prop
This commit is contained in:
parent
67a581cf13
commit
c4b2e17841
1 changed files with 1 additions and 1 deletions
|
@ -1752,10 +1752,10 @@ create_struct_writer! {
|
|||
birthtime: u64,
|
||||
ctime_set: bool,
|
||||
ctime: u64,
|
||||
mode: u32,
|
||||
// Following are only valid under Unix.
|
||||
dev: u64,
|
||||
ino: u64,
|
||||
mode: u32,
|
||||
nlink: u64,
|
||||
uid: u32,
|
||||
gid: u32,
|
||||
|
|
Loading…
Add table
Reference in a new issue