mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
fix: Improve error message for example image import failure
This commit is contained in:
@@ -430,7 +430,7 @@ async function handleImportFiles(files, modelHash, importContainer) {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error importing examples:', error);
|
console.error('Error importing examples:', error);
|
||||||
showToast('Failed to import example images', 'error');
|
showToast(`Failed to import example images: ${error.message}`, 'error');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user