Skip to content

Commit

Permalink
Merge branch 'main' into emmercm/pr-commenter-forks
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 20, 2023
2 parents 680bd1d + 5b771c8 commit a35d1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/candidateGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class CandidateGenerator extends Module {
return [rom, undefined];
}

if (this.options.shouldTest()) {
if (this.options.shouldTest() || this.options.getOverwriteInvalid()) {
// If we're testing, then we need to calculate the archive's CRC
finalInputFile = await originalInputFile.getArchive().asRawFile();
} else {
Expand Down

0 comments on commit a35d1a5

Please sign in to comment.