core: silently ignore proxy command failures to prevent config initialization crashes
parent
fba5a79c45
commit
7c748ef089
|
|
@ -274,7 +274,7 @@ export namespace Config {
|
|||
...(proxied() ? ["--no-cache"] : []),
|
||||
],
|
||||
{ cwd: dir },
|
||||
)
|
||||
).catch(() => {})
|
||||
}
|
||||
|
||||
async function isWritable(dir: string) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue