177177177
1771771772y ago

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
177177177
1771771772y ago
and what does [Circualr *1] goopturtle
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
177177177
1771771772y ago
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
177177177
1771771772y ago
oh, bow3