mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
Merge pull request #214 from resin-io/fix/error-dialog-analytics
Throw error after displaying it with dialog
This commit is contained in:
commit
84b5117a93
@ -81,4 +81,5 @@ exports.selectImage = function() {
|
||||
*/
|
||||
exports.showError = function(error) {
|
||||
electron.dialog.showErrorBox(error.message, error.stack || '');
|
||||
throw error;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user