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 198652d commit bc11297Copy full SHA for bc11297
node_package/src/buildConsoleReplay.ts
@@ -10,6 +10,8 @@ declare global {
10
}
11
12
13
+// Mismatch between Prettier locally and in CI
14
+// prettier-ignore
15
export function consoleReplay(
16
customConsoleHistory: typeof console['history'] | undefined = undefined,
17
numberOfMessagesToSkip: number = 0,
@@ -48,6 +50,7 @@ export function consoleReplay(
48
50
return lines.join('\n');
49
51
52
53
54
export default function buildConsoleReplay(
55
56
0 commit comments