mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix tool
Co-Authored-By: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
cd375fefe5
commit
9ffeacc0f9
13 changed files with 26 additions and 28 deletions
|
|
@ -9,7 +9,7 @@ import os from 'os';
|
|||
import { join as pathJoin } from 'node:path';
|
||||
import { getErrorMessage } from '@qwen-code/qwen-code-core';
|
||||
|
||||
const warningsFilePath = pathJoin(os.tmpdir(), 'gemini-cli-warnings.txt');
|
||||
const warningsFilePath = pathJoin(os.tmpdir(), 'qwen-code-warnings.txt');
|
||||
|
||||
export async function getStartupWarnings(): Promise<string[]> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue