Skip to content

Commit

Permalink
fix: reorder messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 7, 2024
1 parent 94a77f6 commit d33a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/voting_session.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ export default class VotingSession extends Session {
this.cli.log(`Comment posted at: ${html_url}`);
return;
} else {
this.cli.warn(message);
this.cli.error('Failed to post comment');
this.cli.info(message);
}
}
if (isGhAvailable()) {
Expand Down

0 comments on commit d33a701

Please sign in to comment.