changed no outpu rule parse result with -s option #343
This commit is contained in:
@@ -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メッセージを表示する関数
|
||||
|
||||
Reference in New Issue
Block a user