Skip to content

Commit

Permalink
fix: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Apr 17, 2020
1 parent 8434073 commit c9d557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { logSetup } = require('./logsetup.js');
logSetup();
const log = require('loglevel').getLogger('main');
const github = require('@actions/github');
const {
Expand Down Expand Up @@ -201,6 +202,5 @@ module.exports = {

/* istanbul ignore next */
if (require.main === module) {
logSetup();
run();
}

0 comments on commit c9d557d

Please sign in to comment.