J.Winter
Results
2
comments of
J.Winter
Enables cross-origin requests to anywhere via [proxy](https://cors-anywhere.herokuapp.com/). ``` let xhr = createCORSRequest('GET', 'https://cors-anywhere.herokuapp.com/https://some_url'); ```
It seems that `-javaagent: jacoco.jar...` instruction is wrong evaluated while osgi test execution. - the calculated java cmd looks like `java -javaagent:biz.aQute.launcher-3.4.0.jar -cp ...:biz.aQute.launcher-3.4.0.jar ...` - the ./bnd.bnd "-javaagent:..." instruction...