Closed brandongoode closed 10 years ago
If you pass a object with an circular reference, JSON.stringify throw an exception. Use json-stringify-safe to drop circular references from the log.
@brandongoode Thanks!
If you pass a object with an circular reference, JSON.stringify throw an exception. Use json-stringify-safe to drop circular references from the log.