Skip to content

Commit

Permalink
finally?
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 committed Jan 8, 2024
1 parent 60552ff commit cac7a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway.v
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pub fn (mut c GatewayClient) run() ! {
$if trace ? {
eprintln('listen failed: ${err}; with code ${err.code()}; message: ${err.msg()}')
}
if dump(dump(![4, -29184].contains(err.code())) || dump(!err.msg().contains('SSL'))) {
if ![4, -29184].contains(err.code()) || !(err.msg().contains('SSL')) {
$if trace ? {
eprintln('returned error')
}
Expand Down

0 comments on commit cac7a60

Please sign in to comment.