We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a9b3 commit 576181fCopy full SHA for 576181f
sync.js
@@ -274,9 +274,10 @@ var sync = {
274
275
// Keep a connection open to make scp commands faster
276
this.ssh = this.exec('ssh -Mv '+this.host, function(){
277
- self.write(self.clc.red('SSH Connection ended.\n'));
+ self.write(self.clc.red('\nSSH connection failed.\n'));
278
// stop showing dots
279
self.dotsStop();
280
+ process.exit(1);
281
});
282
283
// Wait for SSH connection to be connected
0 commit comments