Skip to content

Commit 33d0d4f

Browse files
Jonondarnad BattuyaJonondarnad Battuya
Jonondarnad Battuya
authored and
Jonondarnad Battuya
committed
fix:biome exec maxBuffer size
1 parent e6d564f commit 33d0d4f

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

.idea/workspace.xml

+95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vite-plugin-checker/src/checkers/biome/cli.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function runBiome(command: string, cwd: string) {
3131
command,
3232
{
3333
cwd,
34+
maxBuffer: Infinity
3435
},
3536
(error, stdout, stderr) => {
3637
resolve([...parseBiomeOutput(stdout)])

0 commit comments

Comments
 (0)