vivekdhiman

Results 2 issues of vivekdhiman

Hi, I am trying to execute command as below which throw me the errors. ``` String [] cmdPng = {"D:\\pngquant\\pngquant.exe", "--quality=90-95", localDir+assetDetails.getName(), "--ext", ".png", "--force"}; LOGGER.info("Command is {}",Arrays.toString(cmd)); ``` Logger...

I am getting an error while import the CRX content to intelliJIdea, and not able to debug.