orchard icon indicating copy to clipboard operation
orchard copied to clipboard

Inspector - Cons it not printed like other sequentials?

Open vemv opened this issue 3 months ago • 2 comments

Below there's an inspected Atom of Cons, the problem being that all its 3 items are rendered into the same line:

Class: clojure.lang.Atom

--- Deref:
  Class: clojure.lang.Cons

  --- Contents:
    ({:instant Wed May 08 00:18:29 CEST 2024, :level :error, :file "xxx_api/middleware.clj", :ns "xxx-api.middleware", :line 118, ...} {:RESULT 42} {:D 42})

I'm fairly sure that in the past it was one line per item.

Thoughts? @alexander-yakushev

vemv avatar May 07 '24 22:05 vemv