Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyr committed Jan 23, 2025
1 parent 198652d commit 67d4506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_package/src/buildConsoleReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare global {
}
}

// prettier-ignore Mismatch between Prettier locally and in CI
export function consoleReplay(
customConsoleHistory: typeof console['history'] | undefined = undefined,
numberOfMessagesToSkip: number = 0,
Expand Down Expand Up @@ -48,6 +49,7 @@ export function consoleReplay(
return lines.join('\n');
}

// prettier-ignore Mismatch between Prettier locally and in CI
export default function buildConsoleReplay(
customConsoleHistory: typeof console['history'] | undefined = undefined,
numberOfMessagesToSkip: number = 0,
Expand Down

0 comments on commit 67d4506

Please sign in to comment.