Skip to content

Commit 8ae2fb7

Browse files
Update serializers.js
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
1 parent 0f9833a commit 8ae2fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/logger/serializers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function serializeOneError(error, seen) {
6666
*/
6767
function req(req) {
6868
return {
69+
__proto__: null,
6970
method: req.method,
7071
url: req.url,
7172
headers: req.headers,

0 commit comments

Comments
 (0)