added a todo

This commit is contained in:
fkorotkov 2015-07-16 18:09:47 -04:00
parent 93ae6b2db0
commit e4f27ee2ca
1 changed files with 1 additions and 0 deletions

View File

@ -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
}