We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94c899 commit e5b225fCopy full SHA for e5b225f
worker/worker-channel.js
@@ -60,6 +60,8 @@ async function setupWorkerChannel() {
60
61
if (getStorage('workerDevLogs')) {
62
63
+ console.log(workerInstallPromise);
64
+
65
workerChannel.postMessage({
66
type: 'enableDevLogs'
67
});
0 commit comments