Skip to content

Commit c134948

Browse files
committed
Fix path
1 parent 1ab1fa3 commit c134948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ for (let idx = 100; idx < 150; idx++) {
145145
test += e.heteronyms.map(h => heteronyms(e.title, h)).join('\n')
146146
}
147147
test += '</body>'
148-
fs.writeFileSync('OtherResources/test.html', test)
148+
fs.writeFileSync('test.html', test)

0 commit comments

Comments
 (0)