Skip to content

Commit 9a829f6

Browse files
save file
1 parent a406da0 commit 9a829f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<head>
342342
343343
<script type=module>
344-
344+
/*
345345
// Catch *everything* the iframe might throw
346346
window.addEventListener("error", (e) => {
347347
console.log("iframe error:", e.message);
@@ -350,7 +350,8 @@
350350
window.addEventListener("unhandledrejection", (e) => {
351351
console.log("iframe unhandledrejection:", e.reason);
352352
});
353-
353+
*/
354+
354355
window.addEventListener('message',async({data})=>{
355356
356357
var {js} = data;

0 commit comments

Comments
 (0)