Deno.inspect, how to log class instances with getters
im trying to log a class instance that has getters in it, with
and it logs
Deno.inspectand it logs
[Circular *1], why?Deno.inspect[Circular *1]Deno.inspect(client, {
colors: true,
getters: true
})