mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
WIP
This commit is contained in:
parent
7b170304df
commit
9fe580acb6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl Project {
|
|||
let program = match shell {
|
||||
terminal::Shell::System => "Figure this out",
|
||||
terminal::Shell::Program(program) => program,
|
||||
terminal::Shell::WithArguments { program, args } => program,
|
||||
terminal::Shell::WithArguments { program, args: _ } => program,
|
||||
};
|
||||
|
||||
// This is so hacky - find a better way to do this
|
||||
|
|
Loading…
Reference in a new issue