Skip to content

Commit bc11297

Browse files
committed
Try to fix CI
1 parent 198652d commit bc11297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node_package/src/buildConsoleReplay.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ declare global {
1010
}
1111
}
1212

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

53+
// prettier-ignore
5154
export default function buildConsoleReplay(
5255
customConsoleHistory: typeof console['history'] | undefined = undefined,
5356
numberOfMessagesToSkip: number = 0,

0 commit comments

Comments
 (0)