mirror of https://github.com/sbt/sbt.git
better PathFinder toString (remove ambiguity in multi-project setting)
This commit is contained in:
parent
362f2cce4f
commit
899aea71e4
|
|
@ -304,7 +304,7 @@ sealed abstract class PathFinder extends NotNull
|
|||
|
||||
final def absString = Path.makeString(get)
|
||||
final def relativeString = Path.makeRelativeString(get)
|
||||
override def toString = getRelativePaths.mkString("\n ", "\n ","")
|
||||
override def toString = get.mkString("\n ", "\n ","")
|
||||
}
|
||||
private class BasePathFinder(base: PathFinder) extends PathFinder
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue