diff options
typo fix
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/inpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js index c2b445bd1..055235671 100644 --- a/app/scripts/inpage.js +++ b/app/scripts/inpage.js @@ -63,7 +63,7 @@ function cleanContextForImports () { function restoreContextAfterImports () { try { global.define = __define - } catch { + } catch (_) { console.warn('MetaMask - global.define could not be overwritten.') } } |