1771771771
Denoβ€’4y agoβ€’
9 replies
177177177

Deno.inspect, how to log class instances with getters

im trying to log a class instance that has getters in it, with
Deno.inspect


Deno.inspect(client, {
  colors: true,
  getters: true
})

and it logs
[Circular *1]
, why?
Was this page helpful?