Remove arguments from 'throw' inc case of ExecuteEventHandler error

This commit is contained in:
Mattia Codato 2020-07-23 13:34:26 +02:00 committed by Noah Hilverling
parent 58251d1fca
commit facf3ff170

View File

@ -295,7 +295,7 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
double now = Utility::GetTime();
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
} else {
throw ex;
throw;
}
}
} else if (command_type == "notification_command") {