moved output_error_log_exist due to emit_csv test #301

This commit is contained in:
DustInDark
2021-12-20 01:25:47 +09:00
parent a7c6be4182
commit 807b438009
2 changed files with 2 additions and 2 deletions

View File

@@ -133,8 +133,6 @@ 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(())
}

View File

@@ -183,6 +183,8 @@ impl App {
pb.inc();
}
after_fact();
println!("");
AlertMessage::output_error_log_exist();
}
// Windowsイベントログファイルを1ファイル分解析する。