Update On Wed Jun 19 20:31:56 CEST 2024

This commit is contained in:
github-action[bot]
2024-06-19 20:31:57 +02:00
parent b02a06598a
commit 58ae8b1db9
136 changed files with 1885 additions and 80855 deletions
+2 -2
View File
@@ -124,9 +124,9 @@ func (c *CommandClient) handleLogConn(conn net.Conn) {
c.handler.Disconnected(err.Error())
return
}
c.handler.WriteLog(newIterator(messages))
c.handler.WriteLogs(newIterator(messages))
case 1:
c.handler.ClearLog()
c.handler.ClearLogs()
}
}
}