Attempt initialization bridge fixed

parent 047b754f
......@@ -815,7 +815,7 @@
console.log('Received webChannelReady event');
if (!isInitialized) {
console.log('webChannelReady event received, but chrome.runtime not initialized, attempting initialization');
attemptInitialization();
initWebChannel();
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment