Skip to content

Commit 915a617

Browse files
committed
fix
1 parent a98c56b commit 915a617

File tree

1 file changed

+1
-1
lines changed
  • crates/vm/src/stdlib

1 file changed

+1
-1
lines changed

crates/vm/src/stdlib/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ pub(super) mod _os {
11461146
mode: OutputMode::String,
11471147
lstat: OnceCell::new(),
11481148
stat: OnceCell::new(),
1149-
ino: AtomicCell::new(ino),
1149+
ino: AtomicCell::new(ino.into()),
11501150
}
11511151
.into_ref(&vm.ctx)
11521152
.into(),

0 commit comments

Comments
 (0)