[CodeFactor] Apply fixes to commit 9433138

This commit is contained in:
codefactor-io 2020-10-06 18:07:10 +00:00
parent 9433138e6d
commit 9b066ad9ee

View File

@ -12,7 +12,7 @@ export class SocketConnection{
constructor(props:any){
if (!props) {
throw new Error("Mmm some props are not defined")
throw new Error("Mmm some props are not defined")
}
this.state = {
address: props.address,
@ -68,7 +68,7 @@ export class SocketConnection{
return false
}
verbosityConsole(`Strike [${this.state.connAttemps + 1}] / ${maxDeep_Attemp + 1} !`)
this.state.connAttemps = this.state.connAttemps + 1
this.state.connAttemps = this.state.connAttemps + 1
})
}