Milad-Akarie / pretty_dio_logger

MIT License
221 stars 49 forks source link

end list with closing bracket #9

Closed rhalff closed 1 year ago

rhalff commented 4 years ago

Currently a List is logged as:

[
  "some",
  "list"
[

instead of:

[
  "some",
  "list"
]
Milad-Akarie commented 1 year ago

done manually, because there were conflicts, Thanks for the effort.