Files
tauri/.changes/fix-command-spawn-deadlock.md
John Smith cc3d8e7731 fix(core): Command::output suspend while wait for response (#8539)
* fix: Command::output suspend while wait for response

* add change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2024-02-01 08:06:05 -03:00

6 lines
100 B
Markdown

---
"tauri": patch:bug
---
Fixes a deadlock when reading a stdout or stderr line returns an error.