Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Log before running
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Apr 6, 2020
1 parent d8197ce commit 758e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/voting-analysis.js
Expand Up @@ -73,8 +73,8 @@ class VotingAnalysis {
}

async processVoters() {
debug('Analysis voters..');
const votingInfo = await this.votingInfoFetcher.process();
debug('Analysis voters..', votingInfo.length);

if (votingInfo.length !== this.config.static.totalVoters) {
throw new Error('TOTAL_DOES_NOT_MATCH_NUMBER_OF_COMMENTS');
Expand Down

0 comments on commit 758e4ce

Please sign in to comment.