improves morgue files - writes to console on wasm
This commit is contained in:
parent
14a6e46669
commit
de5dacb2ba
4 changed files with 98 additions and 39 deletions
|
|
@ -128,4 +128,5 @@ pub fn try_load_configuration() -> Config {
|
|||
#[cfg(target_arch = "wasm32")]
|
||||
pub fn try_load_configuration() -> Config {
|
||||
let config = Config::default();
|
||||
return config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue