This commit is contained in:
Jonas Kruckenberg 2022-11-14 10:59:32 +01:00
parent 6441a58a05
commit 6526c7c999
11 changed files with 76 additions and 58 deletions

View file

@ -84,5 +84,5 @@ fn main() {
});
#[cfg(feature = "ci")]
tauri_sys::process::exit(0);
wasm_bindgen_futures::spawn_local(async { tauri_sys::process::exit(0).await; });
}