no need to create instance

This commit is contained in:
Tony Brix 2020-07-21 20:28:15 -05:00 committed by GitHub
parent 3b33c00197
commit d2c5464bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
'use strict'
const logger = Object.create(require('abstract-logging'))
const logger = require('abstract-logging')
logger.child = function () { return logger }
module.exports = logger