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 f29574eCopy full SHA for f29574e
node_package/src/buildConsoleReplay.ts
@@ -48,6 +48,7 @@ export function consoleReplay(
48
return lines.join('\n');
49
}
50
51
+// prettier-ignore Mismatch between Prettier locally and in CI
52
export default function buildConsoleReplay(
53
customConsoleHistory: typeof console['history'] | undefined = undefined,
54
numberOfMessagesToSkip: number = 0,
0 commit comments