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 9d539b0 commit 47cd3d9Copy full SHA for 47cd3d9
src/addons/consoleCatcher.ts
@@ -27,8 +27,7 @@ const createConsoleCatcher = (): {
27
if (typeof firstArg !== 'string' || !firstArg.includes('%c')) {
28
29
return {
30
- message: args
31
- .map((arg) => {
+ message: args.map((arg) => {
32
if (typeof arg === 'string') return arg;
33
if (typeof arg === 'number' || typeof arg === 'boolean')
34
return String(arg);
0 commit comments