rulefile error handling is implemented
This commit is contained in:
@@ -383,6 +383,7 @@ impl LeafMatcher for RegexMatcher {
|
||||
);
|
||||
return Result::Err(vec![errmsg]);
|
||||
}
|
||||
self.re = re_result.ok();
|
||||
|
||||
return Result::Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user