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 4ad6d34 commit 97c12a9Copy full SHA for 97c12a9
1 file changed
src/utils/glob-content-dedup.test.mts
@@ -71,7 +71,6 @@ describe('globWithGitIgnore() large-monorepo gitignore memory', () => {
71
// Memory: 300k nominal patterns collapse to one compiled matcher, so the
72
// walk stays far below the ~250MB code-space cliff that aborted the scan.
73
const grew = after - before
74
- // eslint-disable-next-line no-console
75
console.log(
76
`code_space: ${before.toFixed(1)} -> ${after.toFixed(1)} MB (grew ${grew.toFixed(1)})`,
77
)
0 commit comments