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