diff --git a/bndtools.core/src/bndtools/model/repo/RepositoryBundleVersion.java b/bndtools.core/src/bndtools/model/repo/RepositoryBundleVersion.java index 65c1d41850..4c89fe569d 100644 --- a/bndtools.core/src/bndtools/model/repo/RepositoryBundleVersion.java +++ b/bndtools.core/src/bndtools/model/repo/RepositoryBundleVersion.java @@ -74,6 +74,7 @@ public Map actions(Object... target) throws Exception { map = ((Actionable) bundle.getRepo()).actions(bundle.getBsn(), version); } } catch (Exception e) { + e.printStackTrace(); // just default } return map;