mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
0a0de8ab6e
Co-authored-by: chip <chip@chip.sh>
183 B
183 B
tauri |
---|
patch |
The tauri::api::process::Command
API now properly reads stdout and stderr messages that ends with a carriage return (\r
) instead of just a newline (\n
).