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
Format metadata[:file] as string in Formatters.Basic (#159)
Erlang passes `metadata[:file]` as a charlist, which is passed as is by
`Basic` formatter. In this PR I changed `Basic` formatter to output the
file as a string.
Resolves#158.
0 commit comments