We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370b173 commit 8c663cfCopy full SHA for 8c663cf
1 file changed
src/addons/consoleCatcher.ts
@@ -197,7 +197,7 @@ export class ConsoleCatcher {
197
198
window.console[method] = (...args: unknown[]): void => {
199
const stack = new Error().stack?.split('\n').slice(2)
200
- .join('\n') || '';
+ .join('\n') || '';
201
const { message, styles } = this.formatConsoleArgs(args);
202
203
const logEvent: ConsoleLogEvent = {
0 commit comments