1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-06-29 16:41:33 +00:00

Update folder path

This commit is contained in:
Mark McCaskey
2019-12-12 12:00:30 -08:00
parent dd6c458720
commit efaae9f12f

@ -477,7 +477,7 @@ pub fn initialize(fs: &mut WasiFs) -> Result<(), String> {
let fb_fd = unsafe {
fs.open_dir_all(
VIRTUAL_ROOT_FD,
"sys/class/graphics/wasmerfb".to_string(),
"sys/class/graphics/wasmerfb0".to_string(),
ALL_RIGHTS,
ALL_RIGHTS,
0,