Extra linting

This commit is contained in:
Felipe Lalanne 2023-01-03 16:08:10 -03:00
parent b11c7157d3
commit a8c0c884d3

View File

@ -167,8 +167,7 @@ export async function runRemoteCommand({
if (ps.stderr && stderr && typeof stderr !== 'string') {
ps.stderr.pipe(stderr);
}
},
);
});
} catch (error) {
const msg = [
`ssh failed with exit code=${exitCode} signal=${exitSignal}:`,