Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Dec 8, 2023
1 parent 06ebdb2 commit 11363b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class BomBuilder {
if (dep instanceof DummyComponent) {
this.console.warn('WARN | InterferedDependency %j in %j', depName, depData.path)
} else {
this.console.debug('DEBUG | add component %j in %j: %j', depName, depData.path, dep)
this.console.debug('DEBUG | built component %j in %j: %j', depName, depData.path, dep)
}
this.console.info('INFO | add component for %j in %j', depName, depData.path)
allComponents.set(depData.path, dep)
Expand Down

0 comments on commit 11363b3

Please sign in to comment.