Skip to content

Commit

Permalink
chore: fix leak
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 9, 2024
1 parent a3c98d8 commit 56c9e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/update-vue3-export-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function httpGet(url) {
baseUrl.pathname = redirectUrl
redirectUrl = String(baseUrl)
}
res.destroy()
resolve(httpGet(redirectUrl))
return
}
Expand Down

0 comments on commit 56c9e3a

Please sign in to comment.