Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ showError
Method
showError
comfyui_manager/js/model-manager.js:719–721 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
717
}
718
719
showError(err) {
720
this.showMessage(err,
"red"
);
721
}
722
723
showMessage(msg, color) {
724
if
(color) {
Callers
3
installModels
Method · 0.95
loadData
Method · 0.95
onQueueCompleted
Method · 0.45
Calls
1
showMessage
Method · 0.95
Tested by
no test coverage detected