diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index e1110e092..ed1b15500 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -274,7 +274,7 @@ export namespace Config { ...(proxied() ? ["--no-cache"] : []), ], { cwd: dir }, - ) + ).catch(() => {}) } async function isWritable(dir: string) {