mirror of https://github.com/sbt/sbt.git
fixup! Add multi-client ui to server
The absence of this case was causing match errors. I think this was introduced during rebasing.
This commit is contained in:
parent
0fbb748115
commit
d102c47415
|
|
@ -119,6 +119,7 @@ private[sbt] final class CommandExchange {
|
||||||
}
|
}
|
||||||
case _ => exec
|
case _ => exec
|
||||||
}
|
}
|
||||||
|
case Some(e) => e
|
||||||
case None =>
|
case None =>
|
||||||
val newDeadline = if (gcDeadline.fold(false)(_.isOverdue())) {
|
val newDeadline = if (gcDeadline.fold(false)(_.isOverdue())) {
|
||||||
GCUtil.forceGcWithInterval(interval, logger)
|
GCUtil.forceGcWithInterval(interval, logger)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue