Skip to content

Commit 41e337e

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

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
@@ -188,7 +188,7 @@ class JSONConsumer extends LogConsumer {
188188
* Logger class
189189
*/
190190
class Logger {
191-
constructor(options = {}) {
191+
constructor(options = kEmptyObject) {
192192
validateObject(options, 'options');
193193
const {
194194
level = 'info',

0 commit comments

Comments
 (0)