mirror of https://github.com/sbt/sbt.git
catch Throwable
This commit is contained in:
parent
5258b4c0d3
commit
93ae6b2db0
|
|
@ -84,7 +84,7 @@ final class DiagnosticsReporter(reporter: Reporter) extends DiagnosticListener[J
|
||||||
case _ => None
|
case _ => None
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
case ignored: ReflectiveOperationException => None
|
case ignored: Throwable => None
|
||||||
}
|
}
|
||||||
|
|
||||||
def getExpression: String =
|
def getExpression: String =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue