diff --git a/packages/build-info/src/project.ts b/packages/build-info/src/project.ts index 70f42c06d7..583310ad32 100644 --- a/packages/build-info/src/project.ts +++ b/packages/build-info/src/project.ts @@ -264,6 +264,7 @@ export class Project { } } + /** Detects all used runtimes */ async detectRuntime() { this.logger.debug('[project.ts]: detectRuntime') try { @@ -278,7 +279,7 @@ export class Project { } } - /** Detects all used build systems */ + /** Detects all used frameworks */ async detectFrameworks() { this.logger.debug('[project.ts]: detectFrameworks') // if the workspace is undefined, the detection was not run.