Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit d2c5464

Browse files
authored
no need to create instance
1 parent 3b33c00 commit d2c5464

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
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const logger = Object.create(require('abstract-logging'))
3+
const logger = require('abstract-logging')
44
logger.child = function () { return logger }
55

66
module.exports = logger

0 commit comments

Comments
 (0)