aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
diff options
context:
space:
mode:
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)