mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
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:
@@ -291,7 +291,7 @@ export async function download_task(
|
||||
}
|
||||
}
|
||||
}
|
||||
logger.log("Already download page", i.index);
|
||||
logger.debug("Already download page", i.index);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user