Skip to content

Commit b95b0ca

Browse files
author
UltimateForm
committed
fix: missing continue
1 parent 9d00948 commit b95b0ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/terminal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func runRconTerminal(client *client.RCONClient, ctx context.Context, logLevel ui
3535
continue
3636
}
3737
logger.Err.Println(errors.Join(errors.New("error while reading from RCON client"), streamedPacket.Error))
38+
continue
3839
}
3940
fmt.Fprintf(
4041
app,

0 commit comments

Comments
 (0)