Skip to content

Commit

Permalink
Update logref.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Sep 26, 2024
1 parent 7ebf309 commit c4f3a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/logs/scripts/logref.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ versionnames.forEach((vn, i) => {

vsubs.forEach( (sub) => {
let { header, content } = sub;

content = (config.reverseSort) ? content.reverse() : content;

stuff.push(header);
content.forEach(c => stuff.push(c));
Expand Down

0 comments on commit c4f3a4c

Please sign in to comment.