Add comment

[PREMIUM-248]
This commit is contained in:
David Remer
2023-10-24 15:09:03 +03:00
committed by Aschepikov
parent 59e4688799
commit 221e496714

View File

@@ -86,6 +86,7 @@ class TriggerHandler {
try {
$match = $this->filterHandler->matchesFilters($stepRunArgs);
} catch (Exceptions\Exception $e) {
// failed filter evaluation won't match
;
}
if (!$match) {