Skip to content

Commit 41d19d0

Browse files
committed
chore: harmless log
1 parent 18e9e07 commit 41d19d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/handlers/handleAgentDowloading.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function downloadAgent(options: AgentOptions): Promise<CloudFrontResultRe
1818
addTrafficMonitoringSearchParamsForProCDN(url)
1919

2020
console.debug(`Downloading agent from: ${url.toString()}`)
21+
console.log('harmless log')
2122

2223
const request = https.request(
2324
url,

0 commit comments

Comments
 (0)