Skip to content

Commit

Permalink
support for Deno 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 15, 2024
1 parent b34cdc0 commit 32bd9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/check_urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function outputResults(
) {
const content = JSON.stringify(
Object.fromEntries(
notFound.entries().map(([url, refs]) => [url, Array.from(refs)]),
Array.from(notFound.entries()).map(([url, refs]) => [url, Array.from(refs)]),
),
null,
2,
Expand Down

0 comments on commit 32bd9e0

Please sign in to comment.