adjusted alert function arg add #301

This commit is contained in:
DustInDark
2021-12-19 13:56:34 +09:00
parent 7e00ab00fe
commit 55c05c6d38
6 changed files with 16 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ impl Detection {
AlertMessage::alert(
&mut std::io::stderr().lock(),
format!("{}", result_readdir.unwrap_err()),
true,
)
.ok();
return vec![];