We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a3e1d commit 5dcec98Copy full SHA for 5dcec98
test/dotty/partest/DPDirectCompiler.scala
@@ -34,7 +34,9 @@ class DPDirectCompiler(runner: DPTestRunner) extends nest.DirectCompiler(runner)
34
runner.genFail(s"compilation failed with ${reporter.errorCount} errors")
35
}
36
} catch {
37
- case t: Throwable => runner.genCrash(t)
+ case t: Throwable =>
38
+ t.printStackTrace(clogWriter)
39
+ runner.genCrash(t)
40
} finally {
41
clogFWriter.close
42
clogWriter.close
0 commit comments