adjusted alert function arg add #301
This commit is contained in:
@@ -61,6 +61,7 @@ impl Detection {
|
||||
AlertMessage::alert(
|
||||
&mut std::io::stderr().lock(),
|
||||
format!("{}", result_readdir.unwrap_err()),
|
||||
true,
|
||||
)
|
||||
.ok();
|
||||
return vec![];
|
||||
|
||||
Reference in New Issue
Block a user