mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-15 07:44:30 +08:00
Update setgetnodes.js
This commit is contained in:
parent
148c805a15
commit
cba1cb92c1
@ -478,7 +478,7 @@ app.registerExtension({
|
|||||||
} else {
|
} else {
|
||||||
const errorMessage = "No SetNode found for " + this.widgets[0].value + "(" + this.type + ")";
|
const errorMessage = "No SetNode found for " + this.widgets[0].value + "(" + this.type + ")";
|
||||||
showAlertWithThrottle(errorMessage, 5000);
|
showAlertWithThrottle(errorMessage, 5000);
|
||||||
throw new Error(errorMessage);
|
//throw new Error(errorMessage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onAdded(graph) {
|
onAdded(graph) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user