mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
don't exit
This commit is contained in:
parent
49d28d3ae7
commit
d74326c547
@ -141,7 +141,7 @@ pub fn evaluate_commands(
|
||||
|
||||
if let Some(err) = working_set.parse_errors.first() {
|
||||
report_parse_error(&working_set, err);
|
||||
std::process::exit(1);
|
||||
//std::process::exit(1);
|
||||
}
|
||||
|
||||
if let Some(err) = working_set.compile_errors.first() {
|
||||
|
Loading…
Reference in New Issue
Block a user