Skip to content

Commit d33a701

Browse files
authored
fix: reorder messages
1 parent 94a77f6 commit d33a701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/voting_session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ export default class VotingSession extends Session {
128128
this.cli.log(`Comment posted at: ${html_url}`);
129129
return;
130130
} else {
131+
this.cli.warn(message);
131132
this.cli.error('Failed to post comment');
132-
this.cli.info(message);
133133
}
134134
}
135135
if (isGhAvailable()) {

0 commit comments

Comments
 (0)