1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Convert alert to a log.error

This commit is contained in:
Kevin Serrano 2017-03-08 10:13:45 -08:00
parent 26cac57838
commit 529eb25ced
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -50,7 +50,7 @@ function setupControllerConnection (connectionStream, cb) {
function setupApp (err, accountManager) {
if (err) {
alert(err.stack)
log.error(err.stack)
throw err
}