@injectivelabs/exceptions
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -23,2 +23,11 @@ "use strict"; | ||
} | ||
if (message.includes('No device selected.')) { | ||
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open'); | ||
} | ||
if (message.includes('Unable to set device configuration.')) { | ||
this.setMessage('Please restart your Ledger device and try connecting again'); | ||
} | ||
if (message.includes('Cannot read properties of undefined')) { | ||
this.setMessage('Please make sure your Ledger device is connected'); | ||
} | ||
} | ||
@@ -25,0 +34,0 @@ } |
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "ecd73936014524abd1f9d997b56a5155c807b444" | ||
"gitHead": "f267784f4c2c994e9f21ca1190b436c3e6ba7634" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
140338
2239