mirror of https://github.com/sbt/sbt.git
Changed logging from error to debug, because it is quite annoying the error message when autocompleting
This commit is contained in:
parent
e23fa31f08
commit
b9c3a56454
|
|
@ -221,7 +221,7 @@ object BuiltinCommands {
|
|||
Some(index.keyMap(key))
|
||||
catch {
|
||||
case NonFatal(ex) =>
|
||||
s.log error ex.getMessage
|
||||
s.log debug ex.getMessage
|
||||
None
|
||||
}
|
||||
}.collect { case Some(s) => s }.distinct
|
||||
|
|
|
|||
Loading…
Reference in New Issue