mirror of https://github.com/sbt/sbt.git
Adjust 'about' output because logging is now rotated.
This commit is contained in:
parent
fba4953c32
commit
8743165d66
|
|
@ -171,8 +171,7 @@ object BuiltinCommands
|
|||
{
|
||||
"This is sbt " + sbtVersion(s) + "\n" +
|
||||
aboutProject(s) +
|
||||
"sbt, sbt plugins, and build definitions are using Scala " + scalaVersion(s) + "\n" +
|
||||
"All logging output for this session is available at " + CommandSupport.globalLogging(s).backing
|
||||
"sbt, sbt plugins, and build definitions are using Scala " + scalaVersion(s) + "\n"
|
||||
}
|
||||
def aboutProject(s: State): String =
|
||||
if(Project.isProjectLoaded(s))
|
||||
|
|
|
|||
Loading…
Reference in New Issue