aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-21 04:59:44 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-21 05:14:12 +0800
commit8aca5bf4b5cdfc398f250040673b2c174c51167c (patch)
tree57dbc525acc71c3aba6c33c92151b11c440555cf /ui/index.js
parentfc77a36a55e744d1cbda942df38549de04630d43 (diff)
downloadtangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.gz
tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.zst
tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.zip
Add debug logging to ui routing logic.
Diffstat (limited to 'ui/index.js')
-rw-r--r--ui/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/index.js b/ui/index.js
index 8855064f6..36de88c0d 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -6,6 +6,9 @@ const configureStore = require('./app/store')
const txHelper = require('./lib/tx-helper')
module.exports = launchApp
+const log = require('loglevel')
+window.log = log
+
function launchApp (opts) {
var accountManager = opts.accountManager
actions._setBackgroundConnection(accountManager)