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 48a6c0d commit 4629613
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 @@ -119,7 +119,7 @@ versionnames.forEach((vn, i) => {

v.unshift(versions[vn].header);

print(v);
console.log(v);

content = content.concat(v);
}
Expand Down

0 comments on commit 4629613

Please sign in to comment.