added error log file check process #301

This commit is contained in:
DustInDark
2021-12-20 01:12:30 +09:00
parent 300242099b
commit c081130147

View File

@@ -133,6 +133,8 @@ fn emit_csv<W: std::io::Write>(writer: &mut W, displayflag: bool) -> io::Result<
"Unique".to_string(),
"rules".to_string(),
);
println!("");
AlertMessage::output_error_log_exist();
Ok(())
}