Skip to content

Commit 729e94c

Browse files
committed
Try to fix CI
1 parent 22a4598 commit 729e94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node_package/src/buildConsoleReplay.ts

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

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

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

0 commit comments

Comments
 (0)