mirror of https://github.com/sbt/sbt.git
Merge pull request #4672 from xuwei-k/Reload-stack-trace
disable "Reload" exception stack trace
This commit is contained in:
commit
529ba8a3f2
|
|
@ -21,7 +21,7 @@ final case class Reboot(
|
||||||
def arguments = argsList.toArray
|
def arguments = argsList.toArray
|
||||||
}
|
}
|
||||||
|
|
||||||
case object Reload extends Exception
|
case object Reload extends Exception(null, null, false, false)
|
||||||
|
|
||||||
final case class ApplicationID(
|
final case class ApplicationID(
|
||||||
groupID: String,
|
groupID: String,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue