modified: better error log when failed to update comfyui

https://github.com/ltdrdata/ComfyUI-Manager/issues/1576
This commit is contained in:
Dr.Lt.Data
2025-03-02 17:42:31 +09:00
parent 6969557693
commit e71e68e298
4 changed files with 13 additions and 6 deletions

View File

@@ -689,7 +689,7 @@ async function onQueueStatus(event) {
let msg = "";
if(success_list.length == 0 && !comfyui_state.startsWith('success')) {
if(success_list.length == 0 && comfyui_state.startsWith('skip')) {
if(failed_list.length == 0) {
msg += "You are already up to date.";
}