Fix merge error

This commit is contained in:
Ian Manske 2024-08-02 20:03:14 -07:00
parent 02dcd0036d
commit 494d65d95e

View File

@ -268,11 +268,6 @@ fn evaluate_source(
// Not a fatal error, for now
}
if let Some(err) = working_set.compile_errors.first() {
report_error(&working_set, err);
// Not a fatal error, for now
}
(output, working_set.render())
};