Skip to content

Commit 00b965c

Browse files
save file
1 parent 1d523bc commit 00b965c

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
@@ -762,7 +762,7 @@
762762

763763

764764
var type = datatype(val);
765-
765+
console.log('format.fn',type);
766766
if(type=='array'){
767767
return '['+val.map(v=>fn(v,seen)).join(', ')+']';
768768
}

0 commit comments

Comments
 (0)