File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ class CppTagfilesExtension {
188
188
tagfileConfigs = [ tagfileConfigs ]
189
189
}
190
190
if ( ! tagfileConfigs . length ) {
191
- this . logger . warn ( `No reference collector configuration found for component ${ name } version ${ version } ` )
191
+ this . logger . info ( `No tagfiles configuration found for component ${ name } version ${ version } ` )
192
192
continue
193
193
}
194
194
this . logger . debug ( CppTagfilesExtension . objectSummary ( tagfileConfigs ) , 'tagfileConfigs' )
@@ -702,7 +702,7 @@ class CppTagfilesExtension {
702
702
* A worktree in Git is a separate working copy of the same repository
703
703
* allowing you to work on two different branches at the same time.
704
704
*
705
- * This static method of the `CppReferenceExtension ` class is used to remove a worktree
705
+ * This static method of the `CppTagfilesExtension ` class is used to remove a worktree
706
706
* directory and delete the 'collectorWorktree' property from each origin.
707
707
*
708
708
* It takes two arguments: `worktreeDir` and `origins`. `worktreeDir` is the directory
You can’t perform that action at this time.
0 commit comments