1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +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, height,
}) })
.catch((reason) => { .catch((reason) => {
log.error("failed to create poupup", reason) log.error('failed to create poupup', reason)
}) })
} }
}) })