Skip to content

Commit 8c663cf

Browse files
committed
lint fix
1 parent 370b173 commit 8c663cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/addons/consoleCatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class ConsoleCatcher {
197197

198198
window.console[method] = (...args: unknown[]): void => {
199199
const stack = new Error().stack?.split('\n').slice(2)
200-
.join('\n') || '';
200+
.join('\n') || '';
201201
const { message, styles } = this.formatConsoleArgs(args);
202202

203203
const logEvent: ConsoleLogEvent = {

0 commit comments

Comments
 (0)