mirror of https://github.com/sbt/sbt.git
fill the stack trace for CompileFailed again
This commit is contained in:
parent
51e8dac35c
commit
3e63a082bd
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue