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
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 ?
The text was updated successfully, but these errors were encountered:
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.
can you path/prevent this for the next version ?
The text was updated successfully, but these errors were encountered: