mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Fix prod compile error
This commit is contained in:
parent
2079cd641e
commit
64ee1bb7a5
1 changed files with 1 additions and 1 deletions
|
@ -8649,7 +8649,7 @@ impl Project {
|
|||
.get(&(worktree, default_prettier_dir.to_path_buf()))
|
||||
.cloned();
|
||||
let fs = Arc::clone(&self.fs);
|
||||
cx.spawn_on_main(move |this, mut cx| async move {
|
||||
cx.spawn(move |this, mut cx| async move {
|
||||
if let Some(previous_installation_process) = previous_installation_process {
|
||||
previous_installation_process.await;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue