added create_error_log
This commit is contained in:
@@ -83,6 +83,7 @@ impl App {
|
||||
return;
|
||||
}
|
||||
}
|
||||
AlertMessage::create_error_log(ERROR_LOG_PATH.to_string());
|
||||
if let Some(filepath) = configs::CONFIG.read().unwrap().args.value_of("filepath") {
|
||||
if !filepath.ends_with(".evtx") {
|
||||
AlertMessage::alert(
|
||||
|
||||
Reference in New Issue
Block a user