Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Fix linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Froilan Irizarry committed Dec 12, 2018
1 parent 0460774 commit f0b5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ module.exports = class Logger {
this.child = bun.child;
this.close = function () { /* bunyan's loggers do not need to be closed */ };
}
}
};

0 comments on commit f0b5126

Please sign in to comment.