mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
Silence boring Eclipse warnings: catching all exceptions, part 2
These warning fixes are new since my last pull request, please verify.
This commit is contained in:
committed by
Mark Harrah
parent
236143be8d
commit
d64a0e078d
@@ -83,7 +83,7 @@ final class TestRunner(framework: Framework, loader: ClassLoader, listeners: Seq
|
||||
}
|
||||
catch
|
||||
{
|
||||
case e =>
|
||||
case e: Throwable =>
|
||||
safeListenersCall(_.endGroup(name, e))
|
||||
TestResult.Error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user