changed no outpu rule parse result with -s option #343

This commit is contained in:
DustInDark
2021-12-23 15:45:11 +09:00
parent acaae4b328
commit 716e0a182a
2 changed files with 6 additions and 0 deletions

View File

@@ -228,11 +228,13 @@ impl AlertMessage {
for error_log in ERROR_LOG_STACK.lock().unwrap().iter() {
writeln!(error_log_writer, "{}", error_log).ok();
}
println!("");
println!(
"Errors were generated. Please check {} for details.",
ERROR_LOG_PATH.to_string()
);
println!("");
println!("");
}
/// ERRORメッセージを表示する関数