We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d04ee8 commit 4997078Copy full SHA for 4997078
src/componentDetection.ts
@@ -34,7 +34,7 @@ export default class ComponentDetection {
34
// This is the default entry point for this class.
35
// If executablePath is provided, use it directly and skip download.
36
async scanAndGetManifests(path: string): Promise<Manifest[] | undefined> {
37
- if (!this.componentDetectionPath) {
+ if (!fs.existsSync(this.componentDetectionPath)) {
38
await this.downloadLatestRelease();
39
}
40
0 commit comments