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

Consider the following scenario: - The user selects an image from an external drive - The user selects a drive - The user unmounts/ejects the external drive - The user clicks flash The application state will contain an image path that is no longer accessible, causing an ENOENT error when spawning the CLI process. Change-Type: patch Changelog-Entry: Display a user error if the image is no longer accessible when the writer starts. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>