Skip to content

Commit

Permalink
rectify warning message
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Bühler <fabian.buehler@iaas.uni-stuttgart.de>
  • Loading branch information
infacc and buehlefs authored Jul 12, 2023
1 parent 5616886 commit 38879c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class PluginFilterNodeComponent implements OnInit {

addFilter(type: 'name' | 'tag' | 'version' | 'and' | 'or' = 'name') {
if (this.children == null) {
console.warn("No children provided to plugin filter node component");
console.warn("Cannot add child filter because the plugin filter node component is a leaf node!");
return;
}
this.children.push({
Expand Down

0 comments on commit 38879c2

Please sign in to comment.