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 4160775 commit 2f52924Copy full SHA for 2f52924
interface.js
@@ -33,6 +33,7 @@
33
obj = JSON.parse(ev.data);
34
}
35
catch(e) {
36
+ console.log(ev.data);
37
return;
38
39
0 commit comments