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
})
Deno.inspect(client, {
colors: true,
getters: true
})
and it logs [Circular *1], why?
5 Replies
!Roricchi 2.0『藤田の妻』
and what does [Circualr *1] goopturtle
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
!Roricchi 2.0『藤田の妻』
yes they work but i cant see the getters in any of them, even with simple classes
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View