fix: add missing newline at end of fetch-proxy-setup.ts

This commit is contained in:
Zou Dikai
2026-03-15 07:28:06 +00:00
parent c542606582
commit 33240534c3
+1 -1
View File
@@ -8,4 +8,4 @@ const proxyUrl =
if (proxyUrl) {
setGlobalDispatcher(new EnvHttpProxyAgent());
}
}