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.
2 parents da661c8 + 87f6058 commit 2503291Copy full SHA for 2503291
test/dotty/partest/DPDirectCompiler.scala
@@ -34,7 +34,10 @@ 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
39
+ t.printStackTrace(clogWriter)
40
+ runner.genCrash(t)
41
} finally {
42
clogFWriter.close
43
clogWriter.close
0 commit comments