Exit with error
This commit is contained in:
parent
4e7cf277e1
commit
b62b9240c0
@ -47,7 +47,7 @@ impl Display for Value {
|
||||
Ok(v) => v,
|
||||
Err(e) => {
|
||||
eprintln!("{}", e);
|
||||
std::process::exit(0);
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user