coder / coder/coder-desktop-macos
Improve error messaging if the Coder binary exits unexpectedly
Open
- Dominant language
- Swift
- Stars
- 29
- Forks
- 8
- Avg merge
- 18h 14m
- Merged PRs (30d)
- 4
Description
Now that we use the slim binary, as opposed to the dylib (#210), the spawned process may exit unexpectedly. Right now, we just communicate the error code back to the user:
We could improve this error messaging by relaying stdout/stderr, or adding a button to open recent logs from the process (#185).
Contributor guide
Assessment
This issue has not been assessed yet.