From 3e63a082bd2c1ad64924551a6e844308854cb3dd Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 8 Apr 2011 19:30:02 -0400 Subject: [PATCH] fill the stack trace for CompileFailed again --- compile/RawCompiler.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/compile/RawCompiler.scala b/compile/RawCompiler.scala index cec4717c9..b685ee308 100644 --- a/compile/RawCompiler.scala +++ b/compile/RawCompiler.scala @@ -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 } \ No newline at end of file