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 bc11297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node_package/src/buildConsoleReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ declare global {
}
}

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

// prettier-ignore
export default function buildConsoleReplay(
customConsoleHistory: typeof console['history'] | undefined = undefined,
numberOfMessagesToSkip: number = 0,
Expand Down

0 comments on commit bc11297

Please sign in to comment.