Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 25, 2024
1 parent fde9ffe commit cfd5e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/icu.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const icuDat = await new Promise((res, rej) => {
zip.readEntry()
}
})
zip.on('end', () => rej(meta))
zip.on('end', () => rej(new Error('Failed to find ICU data in the archive')))
zip.readEntry()
})

Expand Down

0 comments on commit cfd5e4b

Please sign in to comment.