Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 27, 2025
1 parent 9f2c3ec commit ed76383
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ function sortAfterInheritanceOrderLocal(
{
const ret = sortAfterInheritanceOrder(plusFile1.locationId, plusFile2.locationId, locationIdPage)
if (ret !== 0) return ret
assert(plusFile1.locationId === plusFile2.locationId)
}
if (configName) {
const ret = sortPlusFilesSameLocationId(plusFile1, plusFile2, configName)
Expand Down

0 comments on commit ed76383

Please sign in to comment.