mirror of https://github.com/sbt/sbt.git
Fix toString for Update
This commit is contained in:
parent
b6ad077a72
commit
f60d4060dd
|
|
@ -110,7 +110,7 @@ object Watch {
|
|||
override val occurredAt: FiniteDuration
|
||||
) extends Event
|
||||
with Event.Impl {
|
||||
override def toString: String = s"Update(path, ${occurredAt.toEpochString})"
|
||||
override def toString: String = s"Update($path, ${occurredAt.toEpochString})"
|
||||
}
|
||||
object Update {
|
||||
def apply(event: FileEvent[FileAttributes]): Update =
|
||||
|
|
|
|||
Loading…
Reference in New Issue