Skip to content

Commit ad333fa

Browse files
save file
1 parent 5760e8a commit ad333fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.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)