diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-02-21 04:59:44 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-02-21 05:14:12 +0800 |
commit | 8aca5bf4b5cdfc398f250040673b2c174c51167c (patch) | |
tree | 57dbc525acc71c3aba6c33c92151b11c440555cf /ui/index.js | |
parent | fc77a36a55e744d1cbda942df38549de04630d43 (diff) | |
download | tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.gz tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.bz2 tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.lz tangerine-wallet-browser-8aca5bf4b5cdfc398f250040673b2c174c51167c.tar.xz 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.js | 3 |
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) |