core: silently ignore proxy command failures to prevent config initialization crashes

This commit is contained in:
Dax Raad
2026-02-05 12:47:32 -05:00
parent fba5a79c45
commit 7c748ef089

View File

@@ -274,7 +274,7 @@ export namespace Config {
...(proxied() ? ["--no-cache"] : []), ...(proxied() ? ["--no-cache"] : []),
], ],
{ cwd: dir }, { cwd: dir },
) ).catch(() => {})
} }
async function isWritable(dir: string) { async function isWritable(dir: string) {