Merge branch 'kijai:main' into main

This commit is contained in:
Mokan Alexander 2024-05-10 03:38:45 +03:00 committed by GitHub
commit 3260038935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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