fill the stack trace for CompileFailed again

This commit is contained in:
Mark Harrah 2011-04-08 19:30:02 -04:00
parent 51e8dac35c
commit 3e63a082bd
1 changed files with 0 additions and 1 deletions

View File

@ -37,5 +37,4 @@ class RawCompiler(val scalaInstance: ScalaInstance, cp: ClasspathOptions, log: L
class CompileFailed(val arguments: Array[String], override val toString: String) extends xsbti.CompileFailed
{
def problems = Array()
override def fillInStackTrace = this
}