Revert "Bail and signal error when the cwd of a resolved task doesn't exist" (#32866)
Reverts zed-industries/zed#32777
This commit is contained in:
parent
b9dc5f9061
commit
6c7bcfe752
6 changed files with 4 additions and 54 deletions
|
@ -135,7 +135,7 @@ pub trait TerminalProvider {
|
|||
&self,
|
||||
task: SpawnInTerminal,
|
||||
window: &mut Window,
|
||||
cx: &mut Context<Workspace>,
|
||||
cx: &mut App,
|
||||
) -> Task<Option<Result<ExitStatus>>>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue