diff options
| author | Jacob MacDonald <[email protected]> | 2025-08-07 14:19:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-07 21:19:06 +0000 |
| commit | 19491b7b940912c2fb3fe24b2f189d3fd5668669 (patch) | |
| tree | 6112b96d342a87bea824caa405e5786715a0ab2f /packages/cli/src/nonInteractiveCli.ts | |
| parent | 53f8617b249c9f0443f5082a293a30504a118030 (diff) | |
avoid loading and initializing CLI config twice in non-interactive mode (#5793)
Diffstat (limited to 'packages/cli/src/nonInteractiveCli.ts')
| -rw-r--r-- | packages/cli/src/nonInteractiveCli.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/nonInteractiveCli.ts b/packages/cli/src/nonInteractiveCli.ts index 8b056a28..95ed70cf 100644 --- a/packages/cli/src/nonInteractiveCli.ts +++ b/packages/cli/src/nonInteractiveCli.ts @@ -30,7 +30,6 @@ export async function runNonInteractive( }); try { - await config.initialize(); consolePatcher.patch(); // Handle EPIPE errors when the output is piped to a command that closes early. process.stdout.on('error', (err: NodeJS.ErrnoException) => { |
