Skip to content

Commit

Permalink
Update report-counter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Connum authored Apr 20, 2024
1 parent 27505a1 commit 0c1c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/report-counter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const jsDoc = JSDOM.fromFile(process.env.REPORT_FILE).then(dom => {
const document = dom.window.document;

console.log(process.env.REPORT_FILE);
console.log(jsDoc.serialze());
console.log(jsDoc.serialize());

function prevUntil(element, selector) {
const elements = [];
Expand Down

0 comments on commit 0c1c9e2

Please sign in to comment.