Skip to content

Commit 67b2b1c

Browse files
committed
Bump max listeners
1 parent f145f2c commit 67b2b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cmake-rn/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Platform } from "./platforms/types.js";
2525
import { getCcachePath } from "./ccache.js";
2626

2727
// We're attaching a lot of listeners when spawning in parallel
28-
EventEmitter.defaultMaxListeners = 100;
28+
EventEmitter.defaultMaxListeners = 500;
2929

3030
const verboseOption = new Option(
3131
"--verbose",

0 commit comments

Comments
 (0)