Skip to content

Commit d91104b

Browse files
committed
error check
1 parent 4046e93 commit d91104b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/agent/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,5 @@ func handleConn(c net.Conn, reply string) {
210210
if err != nil {
211211
return
212212
}
213-
c.Write([]byte(reply))
213+
_, _ = c.Write([]byte(reply))
214214
}

0 commit comments

Comments
 (0)