Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 14, 2024
1 parent ae5ba56 commit 679641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/TurboBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class TurboBot {
}
}
ws.onerror = (e) => {
console.log(`WS error:\n${e.error}`)
console.log(`WS error:\n${e.message}`)
}
})
}
Expand Down

0 comments on commit 679641f

Please sign in to comment.