diff --git a/ui/store/actions.js b/ui/store/actions.js index e23781079..ac489f467 100644 --- a/ui/store/actions.js +++ b/ui/store/actions.js @@ -441,6 +441,7 @@ export function connectHardware(deviceName, page, hdPath, t) { error.message.match('Failed to open the device') ) { dispatch(displayWarning(t('ledgerDeviceOpenFailureMessage'))); + throw new Error(t('ledgerDeviceOpenFailureMessage')); } else { dispatch(displayWarning(error.message)); throw error;