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:
Ethan Atkins 2020-06-29 08:05:57 -07:00
parent 0fbb748115
commit d102c47415
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ private[sbt] final class CommandExchange {
}
case _ => exec
}
case Some(e) => e
case None =>
val newDeadline = if (gcDeadline.fold(false)(_.isOverdue())) {
GCUtil.forceGcWithInterval(interval, logger)