Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
yllan committed Jan 17, 2023
1 parent 1ab1fa3 commit c134948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ for (let idx = 100; idx < 150; idx++) {
test += e.heteronyms.map(h => heteronyms(e.title, h)).join('\n')
}
test += '</body>'
fs.writeFileSync('OtherResources/test.html', test)
fs.writeFileSync('test.html', test)

0 comments on commit c134948

Please sign in to comment.