mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
catch Throwable
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user