Skip to content

Commit

Permalink
Use unicode symbol for PID
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 11, 2023
1 parent d15aa12 commit 2298708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pid.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ enum ExitStatus:
case Fail(status) => status

case class Pid(value: Long):
override def toString(): String = "PID:"+value
override def toString(): String = "\u21af"+value

0 comments on commit 2298708

Please sign in to comment.