Skip to content

Commit

Permalink
log error
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Jan 21, 2025
1 parent a8a12fc commit 765b00f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public Map<String, Runnable> actions(Object... target) throws Exception {
map = ((Actionable) bundle.getRepo()).actions(bundle.getBsn(), version);
}
} catch (Exception e) {
e.printStackTrace();
// just default
}
return map;
Expand Down

0 comments on commit 765b00f

Please sign in to comment.