mirror of https://github.com/sbt/sbt.git
include logging backing file in 'about' command output
This commit is contained in:
parent
30baf74169
commit
00c41ae59a
|
|
@ -136,7 +136,8 @@ object BuiltinCommands
|
|||
{
|
||||
"This is sbt " + sbtVersion(s) + "\n" +
|
||||
aboutProject(s) +
|
||||
"sbt, sbt plugins, and build definitions are using Scala " + scalaVersion(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
|
||||
}
|
||||
def aboutProject(s: State): String =
|
||||
if(Project.isProjectLoaded(s))
|
||||
|
|
|
|||
Loading…
Reference in New Issue