fix(shell/command): retry sending events when it fails (#1298)

ref: https://github.com/tauri-apps/tauri/issues/7684
This commit is contained in:
Amr Bashir
2024-05-09 16:38:56 +03:00
committed by GitHub
parent 6af3216fab
commit 5c1b7917e4
4 changed files with 23 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"shell": "patch"
---
Fix the JS `Command` API losing events for `stdout`.