mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
typo fix
This commit is contained in:
parent
9101812552
commit
b2afa16925
@ -63,7 +63,7 @@ function cleanContextForImports () {
|
|||||||
function restoreContextAfterImports () {
|
function restoreContextAfterImports () {
|
||||||
try {
|
try {
|
||||||
global.define = __define
|
global.define = __define
|
||||||
} catch {
|
} catch (_) {
|
||||||
console.warn('MetaMask - global.define could not be overwritten.')
|
console.warn('MetaMask - global.define could not be overwritten.')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user