Add comment
[PREMIUM-248]
This commit is contained in:
@@ -86,6 +86,7 @@ class TriggerHandler {
|
|||||||
try {
|
try {
|
||||||
$match = $this->filterHandler->matchesFilters($stepRunArgs);
|
$match = $this->filterHandler->matchesFilters($stepRunArgs);
|
||||||
} catch (Exceptions\Exception $e) {
|
} catch (Exceptions\Exception $e) {
|
||||||
|
// failed filter evaluation won't match
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
if (!$match) {
|
if (!$match) {
|
||||||
|
Reference in New Issue
Block a user