We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8729256 commit 75cf5d3Copy full SHA for 75cf5d3
src/main/scala/Clock.scala
@@ -279,7 +279,7 @@ object Clock {
279
else if (hasIncrement) baseString
280
else s"${baseString}|0"
281
282
- override def toString = s"${limitSeconds}.${incrementSeconds}.${byoyomiSeconds}.${periodsTotal}"
+ override def toString = s"${limitSeconds}.${incrementSeconds}.${byoyomiSeconds}.${periods}"
283
}
284
285
def parseJPTime(str: String): Option[Int] = {
0 commit comments