Skip to content

Commit 7d31d93

Browse files
save file
1 parent c04640a commit 7d31d93

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
@@ -740,7 +740,7 @@
740740
switch (typeof val) {
741741

742742
case 'number': return String(val);
743-
case 'string': return `"${val}"`;
743+
case 'string': return val;
744744
case 'boolean': return String(val);
745745
case 'bigint': return val.toString() + 'n';
746746
case 'symbol': return val.toString();

0 commit comments

Comments
 (0)