feat: improve error handling

This commit is contained in:
AnotiaWang
2025-02-13 16:46:11 +08:00
parent 2ecd1e2213
commit 1ce32fabc2
7 changed files with 51 additions and 21 deletions

View File

@ -10,7 +10,7 @@
*
* So I wrote this script to override the encodings in `@tavily/core` to `o200k_base`
* and clean up unused js-tiktoken encodings in the build output,
* making the build output smaller by about 2 MB.
* making the build output smaller by about 3 MB.
*/
import { execSync } from 'child_process';