Skip to content

Commit

Permalink
Merge branch 'main' into feat/make-build-settings-package-configureable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer authored Jul 20, 2023
2 parents bd3496d + 4992256 commit e02593e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/build-info/src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export class Project {
}
}

/** Detects all used runtimes */
async detectRuntime() {
this.logger.debug('[project.ts]: detectRuntime')
try {
Expand All @@ -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.
Expand Down

0 comments on commit e02593e

Please sign in to comment.