mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

This fixes transmission of user errors over IPC, as the `report` property was previously missing. Further it also adds more properties to `errors.toJSON`, like `syscall`, `errno`, etc. and re-uses the method for failure signalling. Change-Type: patch