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
|
||||
}
|
||||
} catch {
|
||||
case ignored: ReflectiveOperationException => None
|
||||
case ignored: Throwable => None
|
||||
}
|
||||
|
||||
def getExpression: String =
|
||||
|
|
|
|||
Loading…
Reference in New Issue