fibercrypto / fibercrypto/skycoin
Mechanism to communicate specific errors to the electron client
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The node can fail to start for various reasons, it would be best to display the reason in the electron client instead of a generic "Error#1" message.
One possibility is to add a tag to the log output with the error message, and let electron parse this log line.
Another is to use os.Stderr, possibly in combination with the tag.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.