Skip to content

Commit

Permalink
Update logger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-braz authored Sep 11, 2023
1 parent e628b6d commit 103595a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/logger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Logger {
module.exports = class Logger {
constructor(verbose, core) {
this.verbose = verbose;
this.core = core;
Expand All @@ -11,6 +11,4 @@ class Logger {
this.core.debug(message);
}
}
}

module.exports = { Logger };
};

0 comments on commit 103595a

Please sign in to comment.