Skip to content

Commit ad6e0b4

Browse files
committed
fix ci
1 parent 05732f7 commit ad6e0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/llrt_fs/src/chmod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#[cfg(unix)]
2-
use std::os::unix::prelude::PermissionsExt;
3-
42
use llrt_utils::result::ResultExt;
53
use rquickjs::{Ctx, Result};
4+
#[cfg(unix)]
5+
use std::os::unix::prelude::PermissionsExt;
66

77
pub async fn chmod(ctx: Ctx<'_>, path: String, mode: u32) -> Result<()> {
88
#[cfg(unix)]

0 commit comments

Comments
 (0)