fix eslint

This commit is contained in:
Alexey Kasyanchuk
2018-06-18 00:06:28 +03:00
parent 93b1b91f56
commit fd4ba2c392
61 changed files with 5528 additions and 5528 deletions

View File

@ -13,7 +13,7 @@ const startSSH = (port, host, user, password, callback) => {
if(tryies-- <= 0)
{
if(callback)
callback(false)
callback(false)
return
}