Skip to content

Commit

Permalink
fix: use resolve class export to get logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 6, 2022
1 parent 3ffef53 commit b4fd9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Application {
this.httpServer = null
this.httpRoute = null
this.extension = extension
this.logger = require('./Utils/Logger')
this.logger = ResolveClassExport.resolve(require('./Utils/Logger'))
}

/**
Expand Down

0 comments on commit b4fd9e3

Please sign in to comment.