Skip to content

Commit 10bd6e6

Browse files
save file
1 parent 2a8fe9c commit 10bd6e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@
583583
window.console.groupEnd();
584584
}
585585

586+
var div = disp.apply(null,arguments);
587+
return div;
588+
589+
/*
586590
var txt = build(arguments);
587591
var div = document.createElement('div');
588592
div.textContent = txt;
@@ -595,7 +599,8 @@
595599
}
596600
597601
cur.root.scrollTop = 999999999;
598-
602+
*/
603+
599604
return div;
600605

601606
}//log

0 commit comments

Comments
 (0)