mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
project: Remove unnecessary panic (#42167)
If we are in a remote session with the remote dropped, this path is very much reachable if the call to this function got queued up in a task. Fixes ZED-124 Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
00eafe63d9
commit
de1bf64f41
1 changed files with 1 additions and 1 deletions
|
|
@ -4193,7 +4193,7 @@ impl LspStore {
|
|||
})
|
||||
.detach();
|
||||
} else {
|
||||
panic!("oops!");
|
||||
// Our remote connection got closed
|
||||
}
|
||||
handle
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue