mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
There is a chance that there may be circular references in the Object which will cause the debug message to throw an exception. If the exception is not handled on the application level this will cause node to crash. As a debug library, errors in here should not have such a serious impact on the application.