You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-16 12:44:15 +02:00
committed by
GitHub
parent
6e1573b788
commit
3e91cd707e
@ -247,7 +247,7 @@ public class EventHandlerBooleanParamCheck
|
||||
}
|
||||
}
|
||||
}
|
||||
if (monitor.isCanceled() || event == null)
|
||||
if (monitor.isCanceled() || event == null || event.getParamSet().isEmpty())
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user