Skip to content

Commit 03c4022

Browse files
committed
chore: log.
1 parent 905e6e7 commit 03c4022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tokenizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ char *Tokenizer::detokUtf8() {
264264
*dst++ = 0xbf;
265265
*dst++ = 0xbd;
266266

267-
fprintf(stderr, "\nTokenizer: decoded invalid utf8 -- attempting stream recover\n");
267+
fprintf(stderr, "Tokenizer: decoded invalid utf8 -- attempting stream recover\n");
268268
}
269269
}
270270

0 commit comments

Comments
 (0)