mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fix debug issue
This commit is contained in:
parent
6958f89443
commit
a6b8c1b0fa
@ -189,7 +189,7 @@ impl WasiFs {
|
|||||||
inode_counter: Cell::new(1000),
|
inode_counter: Cell::new(1000),
|
||||||
};
|
};
|
||||||
for dir in preopened_dirs {
|
for dir in preopened_dirs {
|
||||||
debug!("Attempting to preopen {}", &file);
|
debug!("Attempting to preopen {}", &dir);
|
||||||
// TODO: think about this
|
// TODO: think about this
|
||||||
let default_rights = 0x1FFFFFFF; // all rights
|
let default_rights = 0x1FFFFFFF; // all rights
|
||||||
let cur_dir = PathBuf::from(dir);
|
let cur_dir = PathBuf::from(dir);
|
||||||
|
Loading…
Reference in New Issue
Block a user