don't exit

This commit is contained in:
Darren Schroeder 2024-11-04 18:41:37 -06:00
parent 49d28d3ae7
commit d74326c547

View File

@ -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() {