File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ export class CxWrapper {
1818 linux = 'linux' ;
1919
2020
21- async constructor ( cxScanConfig : CxConfig , logFilePath ?: string ) {
21+ constructor ( cxScanConfig : CxConfig , logFilePath ?: string ) {
2222 getLoggerWithFilePath ( logFilePath )
23- await this . downloadIfNotInstalledCLI ( process . platform ) ;
23+ this . downloadIfNotInstalledCLI ( process . platform ) ;
2424 if ( cxScanConfig . apiKey ) {
2525 this . config . apiKey = cxScanConfig . apiKey ;
2626 } else if ( cxScanConfig . clientId && cxScanConfig . clientSecret ) {
Original file line number Diff line number Diff line change 66 "module" : " commonjs" ,
77 "moduleResolution" : " node" ,
88 "noEmitOnError" : true ,
9- "target" : " es5 " ,
9+ "target" : " ES2015 " ,
1010 "declaration" : true ,
1111 "removeComments" : false ,
1212 "noImplicitAny" : true ,
You can’t perform that action at this time.
0 commit comments