We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3c96 commit 95d2821Copy full SHA for 95d2821
src/utils.js
@@ -75,7 +75,7 @@ export function stringify_string(str) {
75
} else {
76
result += `\\u${code.toString(16).toUpperCase()}`;
77
}
78
- } else{
+ } else {
79
result += char;
80
81
0 commit comments