Add consoleQuick to skipReportTasks

This was an oversight that caused consoleQuick to not work with
supershell. We should probably try to figure out a way to allow custom
tasks to black list themselves from super shell reporting.
This commit is contained in:
Ethan Atkins 2019-09-15 11:20:33 -07:00
parent 44cc19e66d
commit aa09a48b71
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ private[sbt] final class TaskProgress(log: ManagedLogger)
stop()
}
private[this] val skipReportTasks =
Set("run", "bgRun", "fgRun", "scala", "console", "consoleProject")
Set("run", "bgRun", "fgRun", "scala", "console", "consoleProject", "consoleQuick")
private[this] def report(): Unit = {
val currentTasks = activeTasks.toVector
val ltc = lastTaskCount.get