Fix bug where panic occurs when no arguments passed
This commit is contained in:
parent
e843ea02e4
commit
bb19d2131d
@ -79,6 +79,7 @@ fn main() {
|
||||
.spawn()
|
||||
.log_err("Error running git command");
|
||||
exit_if_code_nonzero(&mut proc);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
// Ensure options exists in config, otherwise set to default
|
||||
|
Reference in New Issue
Block a user