Convert alert to a log.error

feature/default_network_editable
Kevin Serrano 8 years ago
parent 26cac57838
commit 529eb25ced
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      app/scripts/popup-core.js

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

Loading…
Cancel
Save