327 B
327 B
agent-browser
| agent-browser |
|---|
| patch |
Bug Fixes
- Daemon panic on broken stderr pipe - Replaced all
eprintln!calls withwriteln!(std::io::stderr(), ...)wrapped inlet _ =to silently discard write errors, preventing the daemon from panicking when the parent process drops the stderr pipe during Chrome launch (#802)