refactor: Remove redundant CSS copy in Dockerfile and clean up WebSocket error logging

chore: Change log level for already downloaded pages to debug
This commit is contained in:
2025-01-09 08:12:53 +08:00
parent 3f91216bd8
commit 3449a0b097
3 changed files with 1 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ export const handler: Handlers = {
socket.onerror = () => {
removeListener();
clearInterval(interval);
logger.error("WebSocket error.");
};
socket.onmessage = (e) => {
try {