Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protect logmatic.js from circular structure #22

Open
chatondearu opened this issue Nov 18, 2016 · 0 comments
Open

protect logmatic.js from circular structure #22

chatondearu opened this issue Nov 18, 2016 · 0 comments

Comments

@chatondearu
Copy link

Hello GOD

when we debug javascript we cannot use correctly our console log because logmatic-js try to convert circular structure into JSON (yeah infinite loop).

so I need to stop logmatic-js to see my log.

Uncaught TypeError: Converting circular structure to JSON
    at JSON.stringify (<anonymous>)
    at eval (eval at 194 (****/1.logmatic-js.js:6:2), <anonymous>:303:49)
    at Array.map (native)
    at Object.console.(anonymous function) [as log]

can you path/prevent this for the next version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant