Skip to content

Commit

Permalink
Update IOTrace.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasil authored Nov 15, 2020
1 parent 91d7010 commit a97c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/monix/bio/tracing/IOTrace.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final case class IOTrace(events: List[IOEvent], captured: Int, omitted: Int) {
val Junction = ""
val Line = ""

val acc0 = s"TaskTrace: $captured frames captured\n"
val acc0 = s"IOTrace: $captured frames captured\n"
if (options.showFullStackTraces) {
val stackTraces = events.collect { case e: IOEvent.StackTrace => e }

Expand Down

0 comments on commit a97c755

Please sign in to comment.