[x] All tests passed. If this feature is not already covered by the tests, I added new tests.
[x] I used npm run format for formatting the code before submitting the pull request.
When downloading AnalyzerManager, removing old version didn't wait, allowing the extract method to finish before deleting the old content resulting in removing the new analyzer manager as well.
This was the root caused of the following log that was shown:
[DEBUG - 3:35:21 PM] Applicability runner could not find binary to run
[x] I used
npm run format
for formatting the code before submitting the pull request.When downloading AnalyzerManager, removing old version didn't wait, allowing the extract method to finish before deleting the old content resulting in removing the new analyzer manager as well.
This was the root caused of the following log that was shown:
[DEBUG - 3:35:21 PM] Applicability runner could not find binary to run