Don't call eventLog anymore because it's handled in the queue

This commit is contained in:
GogoVega
2025-04-28 21:47:35 +02:00
parent 570dd1f5a4
commit f14c50c20c

View File

@@ -1635,8 +1635,6 @@ RED.palette.editor = (function() {
notification.update(msg, notificationOptions);
}
RED.eventLog.startEvent(RED._("palette.editor.confirm.button.install") + " : " + moduleName + " " + moduleVersion);
installNodeModule(moduleName, moduleVersion, undefined, function(xhr, textStatus, err) {
if (err && xhr.status === 504) {
notification.update(RED._("palette.editor.errors.installTimeout"), {