0
0
Fork 0
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:
Lukasz Czerniawski 2024-08-03 10:34:02 +02:00
parent 67a581cf13
commit c4b2e17841

View file

@ -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,