terminal: Escape args in alacritty on Windows (#38650)

Release Notes:

- N/A
This commit is contained in:
Jakub Konka
2025-09-22 18:12:35 +02:00
committed by GitHub
parent d4fd59f0a2
commit 9e64b7b911
+1 -1
View File
@@ -428,7 +428,7 @@ impl TerminalBuilder {
drain_on_exit: true,
env: env.clone().into_iter().collect(),
#[cfg(windows)]
escape_args: false,
escape_args: true,
}
};