You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
JSON.stringify throws by default "TypeError: Converting circular structure to JSON" in @timberio/node when trying to log context like
Should handle gracefully with https://github.com/davidmarkclements/fast-safe-stringify to prevent from just throwing by following the protip.
I had this issue by logging an unknown object from a module. Thought it could be an improvement when the library itself is doing such conversion.
The text was updated successfully, but these errors were encountered: