aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 6ef7ee1..b90aeea 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -42,9 +42,9 @@ async fn main() -> Result<()> {
std::process::exit(0);
}
- if !parsed_args.bibfilearg.is_file() {
- panic!("No \'.bib\' file passed, aborting")
- }
+ // if !parsed_args.bibfilearg.is_file() {
+ // panic!("No \'.bib\' file passed, aborting")
+ // }
init_error_hooks()?;