Skip to content

Commit

Permalink
Add additional warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 31, 2024
1 parent 2686678 commit 3ebe10e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ private static void addSortedBundle(
Bundle depBundle = bundles.get(dependency);
if (depBundle == null) {
logger.warn("Missing plugin [" + dependency + "], dependency of [" + name + "]");
logger.warn("Some features of this plugin may not function without the dependencies being installed.\n");
continue;
}
addSortedBundle(depBundle, bundles, sortedBundles, dependencyStack);
Expand Down

0 comments on commit 3ebe10e

Please sign in to comment.