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 1ce2834 commit cf47992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/logs/scripts/logref.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ versionnames.forEach((vn, i) => {
stuff.unshift(versions[vn].header);

vsubs = vsubs.sort( (a, b) => {
console.log(a, b);
console.log(a.localecompare(b));
return a - b;
});

Expand Down

0 comments on commit cf47992

Please sign in to comment.