fix: report apply-patch partial failures
This commit is contained in:
@@ -2394,6 +2394,7 @@ export async function runSsh(config: UniDeskConfig, providerId: string, args: st
|
||||
executor,
|
||||
stdin: process.stdin,
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
argv: args.slice(1),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user