Skip to content

Commit

Permalink
feat(logging): add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Aug 7, 2019
1 parent bae9524 commit 60fa6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class App {
}

private static handleEvent(context: Context<TData>): Promise<void> {
context.log.info(`handling ${context.event} event`);
const app = new App(new GithubIssueHelper(context.github, PayloadHelper.isPr(context.payload)), new PayloadHelper(context), context);
return app.handleEvent();
}
Expand Down

0 comments on commit 60fa6cf

Please sign in to comment.