Skip to content

Commit 36ae1a5

Browse files
committed
partest debug
1 parent 2423ec9 commit 36ae1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ abstract class SymbolLoader extends LazyType {
218218
signalError(ex)
219219
case NonFatal(ex) =>
220220
println(s"exception caught when loading $root: $ex")
221+
ex.printStackTrace
221222
throw ex
222223
} finally {
223224
def postProcess(denot: SymDenotation) =

0 commit comments

Comments
 (0)