Skip to content

Commit 56c9e3a

Browse files
committed
chore: fix leak
1 parent a3c98d8 commit 56c9e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update-vue3-export-names.js

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ function httpGet(url) {
158158
baseUrl.pathname = redirectUrl
159159
redirectUrl = String(baseUrl)
160160
}
161+
res.destroy()
161162
resolve(httpGet(redirectUrl))
162163
return
163164
}

0 commit comments

Comments
 (0)