Minor formatting fix

pull/21/head
Vasile Popescu 4 years ago
parent 9339a014da
commit 684ac5fce5

@ -164,7 +164,7 @@ func (c *ttyShareClient) Run() (err error) {
)
if err != nil {
log.Errorf("Error parsing remote message: %s", err.Error())
log.Errorf("Error parsing remote message: %s", err.Error())
if err == io.EOF {
// Remote WS connection closed
return

Loading…
Cancel
Save