You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid os_log decoding errors in perception check (#150)
We currently pretty-print a diff format using a figure space, which is
in the range of unicode that results in an error being printed to the
console instead of the log message. While the message is a little less
readable without the diff, removing this formatting fixes the error.
Fixes#148.
0 commit comments