File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import * as os from "os";
88import CxBFL from "../bfl/CxBFL" ;
99import { CxInstaller } from "../osinstaller/CxInstaller" ;
1010import { Semaphore } from "async-mutex" ;
11- import { HttpClient } from "../client/HttpClient" ;
1211import { AstClient } from "../client/AstClient" ;
1312
1413
@@ -20,7 +19,7 @@ export class CxWrapper {
2019 config : CxConfig ;
2120 cxInstaller : CxInstaller ;
2221 private constructor ( cxScanConfig : CxConfig , logFilePath ?: string ) {
23- this . cxInstaller = new CxInstaller ( process . platform , new AstClient ( new HttpClient ( ) ) ) ;
22+ this . cxInstaller = new CxInstaller ( process . platform , new AstClient ( ) ) ;
2423 this . config = new CxConfig ( ) ;
2524 getLoggerWithFilePath ( logFilePath )
2625 if ( cxScanConfig . apiKey ) {
You can’t perform that action at this time.
0 commit comments