v1.1.3
- Bug fixes
- Improve debug on graceful shutdown to help debug errors in the future.
Also, handle some error returns that were not being handled before. - Change default to
--reboot-on-fatal
so that fatal errors fromerlinit
don't result in hung boards. This is the expectation in production, so
users debuggingerlinit
issues should add--hang-on-fatal
to their
erlinit.config
files from now on.
- Improve debug on graceful shutdown to help debug errors in the future.