Skip to content

Commit

Permalink
compare: verbose log the actual input data
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 13, 2024
1 parent 8e1bf38 commit 071af96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/compare/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export async function runStatisticalTests(data) {
} catch (error) {
log.error(error);
log.error(extras);
log.verbose(JSON.stringify(data));
}
}

Expand Down

0 comments on commit 071af96

Please sign in to comment.