Fix merge error
This commit is contained in:
parent
02dcd0036d
commit
494d65d95e
|
@ -268,11 +268,6 @@ fn evaluate_source(
|
||||||
// Not a fatal error, for now
|
// 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())
|
(output, working_set.render())
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user