Remove duplicate code (#4789)

This commit is contained in:
JT 2022-03-09 05:21:11 -05:00 committed by GitHub
parent 2ac990655e
commit 99f7636b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,11 +39,6 @@ pub(crate) fn evaluate(
std::process::exit(1);
}
if let Some(err) = err {
report_error(&working_set, &err);
std::process::exit(1);
}
(output, working_set.render())
};