Skip to content

Commit

Permalink
Merge pull request #23 from ctrf-io/fix/cli-args
Browse files Browse the repository at this point in the history
Fix/cli args
  • Loading branch information
Ma11hewThomas authored Dec 8, 2024
2 parents 6434f2d + f29e69a commit 339b600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generate-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class GenerateCtrfReport {
) {
this.registerEvents()
const normalizedOptions = this.normalizeOptions(reporterOptions)
console.log('Normalized Options:', JSON.stringify(normalizedOptions))

this.reporterConfigOptions = {
outputFile: normalizedOptions.outputFile ?? this.defaultOutputFile,
Expand Down

0 comments on commit 339b600

Please sign in to comment.