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 Sep 19, 2024. It is now read-only.
Flat doesn't handle circular references in objects correctly. This creates node to blow up running out of heap memory when trying to log.
See Flat issue here.
hughsk/flat#24
Perhaps just using the fast-safe-stringify to do a replacer prior to passing it to Flat in the Flatten method.
From fast-safe-stringify's README...
The text was updated successfully, but these errors were encountered: