We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a4598 commit 729e94cCopy full SHA for 729e94c
node_package/src/buildConsoleReplay.ts
@@ -10,6 +10,7 @@ declare global {
10
}
11
12
13
+// prettier-ignore Mismatch between Prettier locally and in CI
14
export function consoleReplay(
15
customConsoleHistory: typeof console['history'] | undefined = undefined,
16
numberOfMessagesToSkip: number = 0,
@@ -48,6 +49,7 @@ export function consoleReplay(
48
49
return lines.join('\n');
50
51
52
53
export default function buildConsoleReplay(
54
55
0 commit comments