Skip to content

Commit 9916336

Browse files
Update lib/logger.js
Co-authored-by: Chemi Atlow <[email protected]>
1 parent 41e337e commit 9916336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class Logger {
192192
validateObject(options, 'options');
193193
const {
194194
level = 'info',
195-
bindings = {},
195+
bindings = kEmptyObject,
196196
} = options;
197197

198198
validateString(level, 'options.level');

0 commit comments

Comments
 (0)