There was an error while loading. Please reload this page.
1 parent 9b2da93 commit 9841b3bCopy full SHA for 9841b3b
src/index.js
@@ -7,9 +7,9 @@ async function main() {
7
frontend.toString();
8
}
9
10
-document.addEventListener('DOMContentLoaded', async () => {
+document.addEventListener('DOMContentLoaded', () => {
11
console.log(webRTCAdapter); // eslint-disable-line
12
- await main().catch(reason => {
+ main().catch(reason => {
13
console.error('[JUKEBOX] Unhandled ERROR: %o', reason); // eslint-disable-line
14
return null;
15
});
0 commit comments