mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Exit with an error message if parsing settings.json fails. (#747)
This commit is contained in:
parent
b4a6b16227
commit
89aca349cf
6 changed files with 246 additions and 32 deletions
|
|
@ -171,7 +171,7 @@ describe('App UI', () => {
|
|||
path: '/workspace/.gemini/settings.json',
|
||||
settings,
|
||||
};
|
||||
return new LoadedSettings(userSettingsFile, workspaceSettingsFile);
|
||||
return new LoadedSettings(userSettingsFile, workspaceSettingsFile, []);
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue