1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
This commit is contained in:
Dan Finlay 2017-03-29 10:42:43 -07:00
parent daf22168b6
commit 98dd684524

View File

@ -26,7 +26,7 @@ function show () {
height,
})
.catch((reason) => {
log.error("failed to create poupup", reason)
log.error('failed to create poupup', reason)
})
}
})