mirror of https://github.com/sbt/sbt.git
This allows the user to do, for example,
watchTriggeredMessage := { (count, path, commands) =>
println(Watched.clearScreen)
watchTriggeredMessage.value(count, path, commands)
}
Also, there was a bug where I accidentally inadvertently used the
deprecated watch message setting where I meant to use the deprecated
trigger message setting.
Fixes #4696
|
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||