mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat(cli): route non-interactive output to stderr (#5624)
This commit is contained in:
parent
268627469b
commit
2141b39c3d
3 changed files with 41 additions and 23 deletions
|
|
@ -70,6 +70,7 @@ describe('runNonInteractive', () => {
|
|||
getIdeMode: vi.fn().mockReturnValue(false),
|
||||
getFullContext: vi.fn().mockReturnValue(false),
|
||||
getContentGeneratorConfig: vi.fn().mockReturnValue({}),
|
||||
getDebugMode: vi.fn().mockReturnValue(false),
|
||||
} as unknown as Config;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue