Skip to content

Commit

Permalink
Log input data on error
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 14, 2024
1 parent 74b9fd7 commit 4780bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/compare/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function runStatisticalTests(data) {
} catch (error) {
log.error(error);
log.error(extras);
log.verbose(JSON.stringify(data));
log.error(JSON.stringify(data));
}
}

Expand Down

0 comments on commit 4780bd9

Please sign in to comment.