Remove arguments from 'throw' inc case of ExecuteEventHandler error

This commit is contained in:
Mattia Codato 2020-07-23 13:34:26 +02:00
parent aadedc0d1c
commit bf07ada3df
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,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") {