small format fix

This commit is contained in:
Tanaka Zakku
2021-12-23 17:52:19 +09:00
parent b4a66a8e6f
commit 8f9ff165ec
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -88,6 +88,7 @@ impl App {
}
if *STATISTICS_FLAG {
println!("Generating Event ID Statistics");
println!("");
}
if let Some(filepath) = configs::CONFIG.read().unwrap().args.value_of("filepath") {
if !filepath.ends_with(".evtx") {