mirror of https://github.com/sbt/sbt.git
added a todo
This commit is contained in:
parent
93ae6b2db0
commit
e4f27ee2ca
|
|
@ -84,6 +84,7 @@ final class DiagnosticsReporter(reporter: Reporter) extends DiagnosticListener[J
|
|||
case _ => None
|
||||
}
|
||||
} catch {
|
||||
// TODO - catch ReflectiveOperationException once sbt is migrated to JDK7
|
||||
case ignored: Throwable => None
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue