You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/common/http-client.ts
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ export class HttpClient implements Server.IHttpClient {
17
17
privatedefaultUserAgent: string;
18
18
privatecleanupData: ICleanupRequestData[];
19
19
20
-
constructor(private$config: Config.IConfig,
21
-
private$logger: ILogger,
20
+
constructor(private$logger: ILogger,
22
21
private$processService: IProcessService,
23
22
private$proxyService: IProxyService,
24
23
private$staticConfig: Config.IStaticConfig){
@@ -261,9 +260,7 @@ export class HttpClient implements Server.IHttpClient {
261
260
this.$logger.error(`You can run ${EOL}\t${clientNameLowerCase} proxy set <url> <username> <password>.${EOL}In order to supply ${clientNameLowerCase} with the credentials needed.`);
0 commit comments