Skip to content

Commit ed59237

Browse files
save file
1 parent fd43934 commit ed59237

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,12 @@
696696

697697
switch (match) {
698698

699-
case "%s" : return ''+val;
700-
case "%d" :
701-
case "%i" : return parseInt(val, 10);
702-
case "%f" : return parseFloat(val);
703-
case "%o" :
704-
case "%O" : return format.fn(val);
699+
case '%s' : return ''+val;
700+
case '%d' :
701+
case '%i' : return parseInt(val, 10);
702+
case '%f' : return parseFloat(val);
703+
case '%o' :
704+
case '%O' : return format.fn(val);
705705
default : return match;
706706

707707
}//switch

0 commit comments

Comments
 (0)