pretty_dio_logger icon indicating copy to clipboard operation
pretty_dio_logger copied to clipboard

end list with closing bracket

Open rhalff opened this issue 5 years ago • 0 comments

Currently a List is logged as:

[
  "some",
  "list"
[

instead of:

[
  "some",
  "list"
]

rhalff avatar Jun 29 '20 17:06 rhalff