mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 21:04:36 +00:00
fix: regression w/ auth login where stderr was ignored instead of inherited (#25529)
This commit is contained in:
@@ -318,6 +318,7 @@ export const ProvidersLoginCommand = effectCmd({
|
||||
prompts.log.info(`Running \`${wellknown.auth.command.join(" ")}\``)
|
||||
const proc = Process.spawn(wellknown.auth.command, {
|
||||
stdout: "pipe",
|
||||
stderr: "inherit",
|
||||
})
|
||||
if (!proc.stdout) {
|
||||
prompts.log.error("Failed")
|
||||
|
||||
Reference in New Issue
Block a user