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

We were currently throwing a validation error if the error code was not string when setting the flash results, however a number error code makes sense in some cases, and its what its returned by a `ChildProcess` object. Change-Type: patch See: https://github.com/resin-io/etcher/issues/609 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>