Prepare eval error handling for cli arg errors
This commit is contained in:
parent
279bf4a4d1
commit
ff627b98df
8 changed files with 107 additions and 93 deletions
|
|
@ -139,7 +139,7 @@ pub fn run() {
|
|||
let range = find_range(&opt, now);
|
||||
|
||||
if let Err(e) = run_command(&opt, &mut files, range, now) {
|
||||
e.print(&files);
|
||||
e.print(&files.sources());
|
||||
process::exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue