mirror of
https://github.com/wez/wezterm.git
synced 2025-01-08 23:17:36 +03:00
and this time with feeling!
I think this really will sort out the win32 build. If not, I'll have to walk over to my windows machine and turn it on. :-p
This commit is contained in:
parent
9e1a6c5a75
commit
255e059dab
@ -445,7 +445,7 @@ impl CommandBuilder {
|
||||
.into();
|
||||
Ok(exe
|
||||
.into_string()
|
||||
.unwrap_or_else(|| "%CompSpec%".to_string()))
|
||||
.unwrap_or_else(|_| "%CompSpec%".to_string()))
|
||||
}
|
||||
|
||||
pub(crate) fn cmdline(&self) -> anyhow::Result<(Vec<u16>, Vec<u16>)> {
|
||||
|
Loading…
Reference in New Issue
Block a user