Skip to content

Commit 68c520b

Browse files
Update lib/logger.js
Co-authored-by: Yagiz Nizipli <[email protected]>
1 parent 8a300fe commit 68c520b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/logger.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const stdSerializers = require('internal/logger/serializers');
3333

3434
// Create channels for each log level
3535
const channels = {
36+
__proto__: null,
3637
trace: diagnosticsChannel.channel('log:trace'),
3738
debug: diagnosticsChannel.channel('log:debug'),
3839
info: diagnosticsChannel.channel('log:info'),

0 commit comments

Comments
 (0)