Format code and update .gitignore to exclude .nx cache

Co-authored-by: TingluoHuang <[email protected]>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-06 15:36:15 +00:00
co-authored by TingluoHuang
parent 4e1c194b34
commit 6d9a3fe547
23 changed files with 7 additions and 93608 deletions
+2 -1
View File
@@ -599,7 +599,8 @@ export class HttpClient {
info.options.method = method
info.options.headers = this._mergeHeaders(headers)
if (this.userAgent != null) {
info.options.headers['user-agent'] = this._getUserAgentWithOrchestrationId(this.userAgent)
info.options.headers['user-agent'] =
this._getUserAgentWithOrchestrationId(this.userAgent)
}
info.options.agent = this._getAgent(info.parsedUrl)