Update setgetnodes.js

This commit is contained in:
kijai 2024-05-09 21:25:15 +03:00
parent 148c805a15
commit cba1cb92c1

View File

@ -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) {