mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
🐛 Bug Fixes Release v0.1.1 (#898)
This commit is contained in:
parent
32a71986d5
commit
f8be8a61c8
26 changed files with 343 additions and 438 deletions
|
|
@ -339,6 +339,7 @@ describe('editor utils', () => {
|
|||
diffCommand.args,
|
||||
{
|
||||
stdio: 'inherit',
|
||||
shell: process.platform === 'win32',
|
||||
},
|
||||
);
|
||||
expect(mockSpawnOn).toHaveBeenCalledWith('close', expect.any(Function));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue