Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jan 5, 2024
1 parent 8c2e4e6 commit 2b49291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const run = async () => {
}
}
for (const item of rejected) {
console.log(item)
}

fs.writeFileSync(path.resolve(__dirname, './output.json'), JSON.stringify(output))
Expand Down

0 comments on commit 2b49291

Please sign in to comment.