Skip to content

Commit bd10d98

Browse files
save file
1 parent de80fa3 commit bd10d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
window.console.groupCollapsed.apply(window.console,args);
615615
}
616616

617-
vat out = formatConsoleArgs(arguments);
617+
var out = formatConsoleArgs(arguments);
618618
var div = disp.apply(null,out);
619619
return div;
620620

0 commit comments

Comments
 (0)