Skip to content

Commit 21a2af1

Browse files
save file
1 parent ad333fa commit 21a2af1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,13 @@
232232

233233

234234
async function onload(){
235+
236+
setTimeout(complete,100);
237+
238+
}//onload
235239

240+
async function complete(){
241+
236242
var win = iframe.contentWindow;
237243
win.focus();
238244
win.console.log = log;

0 commit comments

Comments
 (0)