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:
parent
26cac57838
commit
529eb25ced
@ -50,7 +50,7 @@ function setupControllerConnection (connectionStream, cb) {
|
||||
|
||||
function setupApp (err, accountManager) {
|
||||
if (err) {
|
||||
alert(err.stack)
|
||||
log.error(err.stack)
|
||||
throw err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user