Skip to content

Commit

Permalink
fix: logging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Apr 16, 2020
1 parent 68e2227 commit 9e76f04
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
Expand Up @@ -150,7 +150,6 @@ async function processIssues(client, args) {
}

const run = async () => {
logSetup();
try {
log.info('Starting issue processing');
const args = getAndValidateInputs();
Expand All @@ -171,5 +170,6 @@ module.exports = {

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

0 comments on commit 9e76f04

Please sign in to comment.