Fix typos
This commit is contained in:
parent
0e853ec7b7
commit
718d0a7046
13 changed files with 13 additions and 13 deletions
|
@ -170,7 +170,7 @@ export class SocketManager extends EventListener {
|
|||
await this.authenticate(this.credentials);
|
||||
} catch (error) {
|
||||
log.info(
|
||||
'SocketManager: authenticated socket failed to reconect ' +
|
||||
'SocketManager: authenticated socket failed to reconnect ' +
|
||||
`due to error ${Errors.toLogFormat(error)}`
|
||||
);
|
||||
return reconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue