mirror of https://github.com/sbt/sbt.git
disable "Reload" exception stack trace
This commit is contained in:
parent
c1d2e703b6
commit
9b1f3e542a
|
|
@ -21,7 +21,7 @@ final case class Reboot(
|
|||
def arguments = argsList.toArray
|
||||
}
|
||||
|
||||
case object Reload extends Exception
|
||||
case object Reload extends Exception(null, null, false, false)
|
||||
|
||||
final case class ApplicationID(
|
||||
groupID: String,
|
||||
|
|
|
|||
Loading…
Reference in New Issue