MCPcopy
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

installModelsMethod · 0.95
loadDataMethod · 0.95
onQueueCompletedMethod · 0.45

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected