Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Jul 27, 2022
1 parent e778c60 commit 2e97afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/download-unicode-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const files = {
for (const name of Object.keys(files)) {
const file = fs.createWriteStream(name)

const request = https.get(files[name], function(response) {
https.get(files[name], function(response) {
response.pipe(file)
})
}

0 comments on commit 2e97afb

Please sign in to comment.