mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
fix(deps): revert yargs bump and fix npx regression (#3610)
This commit is contained in:
parent
95782b7b47
commit
d094026b3b
6 changed files with 92 additions and 270 deletions
|
|
@ -47,6 +47,7 @@ export async function runNonInteractive(
|
|||
config: Config,
|
||||
input: string,
|
||||
): Promise<void> {
|
||||
await config.initialize();
|
||||
// Handle EPIPE errors when the output is piped to a command that closes early.
|
||||
process.stdout.on('error', (err: NodeJS.ErrnoException) => {
|
||||
if (err.code === 'EPIPE') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue