mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
💄
This commit is contained in:
parent
af2a2d2494
commit
0a565c6bae
1 changed files with 1 additions and 7 deletions
|
@ -2598,13 +2598,7 @@ where
|
|||
background.simulate_random_delay().await;
|
||||
}
|
||||
|
||||
let result = self.runtime.as_ref().unwrap().block_on(body);
|
||||
|
||||
// if let Some(background) = self.background.as_ref() {
|
||||
// background.simulate_random_delay().await;
|
||||
// }
|
||||
|
||||
result
|
||||
self.runtime.as_ref().unwrap().block_on(body)
|
||||
}
|
||||
|
||||
#[cfg(not(test))]
|
||||
|
|
Loading…
Reference in a new issue