mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: enhance 429 error handling and fix failed cases
This commit is contained in:
@@ -24,7 +24,7 @@ execSync('tsc --project tsconfig.build.json', {
|
||||
|
||||
try {
|
||||
execSync(
|
||||
'npx dts-bundle-generator --project tsconfig.build.json -o dist/index.d.ts src/index.ts --no-check',
|
||||
'npx dts-bundle-generator --project tsconfig.build.json -o dist/index.d.ts src/index.ts',
|
||||
{
|
||||
stdio: 'inherit',
|
||||
cwd: rootDir,
|
||||
|
||||
Reference in New Issue
Block a user