mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 20:16:47 +03:00
Quick fix initialization (#3274)
This commit is contained in:
parent
03e105d42e
commit
16a7ec7300
@ -62,7 +62,7 @@ impl Initializer {
|
||||
pub fn start_and_forget(self) {
|
||||
let executor = setup_global_executor();
|
||||
executor::global::spawn(async move {
|
||||
let ide = self.start();
|
||||
let ide = self.start().await;
|
||||
web::get_element_by_id("loader")
|
||||
.map(|t| t.parent_node().map(|p| p.remove_child(&t).unwrap()))
|
||||
.ok();
|
||||
|
Loading…
Reference in New Issue
Block a user