Skip to content

Commit df2b7fe

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

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
@@ -115,7 +115,7 @@ class LogConsumer {
115115
* JSON consumer - outputs structured JSON logs
116116
*/
117117
class JSONConsumer extends LogConsumer {
118-
constructor(options = {}) {
118+
constructor(options = kEmptyObject) {
119119
super(options);
120120
const {
121121
stream,

0 commit comments

Comments
 (0)