Skip to content
Snippets Groups Projects
Commit 91a65f30 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix regression

parent 3411af30
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class AnalysisComponent(val global: Global, val leonReporter: Reporter, val plug
protected def stopIfErrors: Unit = {
if(reporter.hasErrors) {
if(Settings.simpleOutput)
leonReporter.fatalError("errrr")
println("error")
sys.exit(1)
//throw new Exception("There were errors.")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment