mirror of https://github.com/Leinnan/rpack.git
WASM fix
This commit is contained in:
parent
e697573f0c
commit
6a8777453f
|
|
@ -178,7 +178,7 @@ impl Application {
|
|||
else {
|
||||
return;
|
||||
};
|
||||
file.write(&data).await.unwrap();
|
||||
file.write(data.as_bytes()).await.unwrap();
|
||||
});
|
||||
}
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in New Issue