Skip to content

Commit

Permalink
fix(PRDE-895): Empty diff with unchanged org ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
stevoland committed Mar 20, 2024
1 parent 03fd099 commit db7ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ ${stripAllWhitespace(JSON.stringify(quietResults, null, 2))}
}

appendToResults (res) {
if (this.nop) {
if (this.nop && res) {
this.results = this.results.concat(res.flat(3))
}
}
Expand Down

0 comments on commit db7ff86

Please sign in to comment.