1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-11 02:04:15 +00:00

Merge pull request from srgooglo/master-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
srgooglo 2020-10-07 15:14:44 +02:00 committed by GitHub
commit e978014260

@ -68,7 +68,7 @@ export class SocketConnection{
return false return false
} }
verbosity([`Strike [${this.state.connAttemps + 1}] / ${maxDeep_Attemp + 1} !`]) verbosity([`Strike [${this.state.connAttemps + 1}] / ${maxDeep_Attemp + 1} !`])
this.state.connAttemps = this.state.connAttemps + 1 this.state.connAttemps = this.state.connAttemps + 1
}) })
} }