terminal: Escape args in alacritty on Windows (#38650)
Release Notes: - N/A
This commit is contained in:
@@ -428,7 +428,7 @@ impl TerminalBuilder {
|
||||
drain_on_exit: true,
|
||||
env: env.clone().into_iter().collect(),
|
||||
#[cfg(windows)]
|
||||
escape_args: false,
|
||||
escape_args: true,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user