We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101ba57 commit 1211962Copy full SHA for 1211962
lib/error-serializer.js
@@ -23,6 +23,8 @@
23
? input.toJSON()
24
: input
25
26
+ if (obj === null) return '{}'
27
+
28
29
let addComma = false
30
let json = '{'
0 commit comments