Skip to content

Commit

Permalink
Merge branch 'CB-5710-aws-integration-for-cloud-explorer-and-storage'…
Browse files Browse the repository at this point in the history
… of https://github.com/dbeaver/cloudbeaver into CB-5710-aws-integration-for-cloud-explorer-and-storage
  • Loading branch information
devnaumov committed Oct 10, 2024
2 parents 6cbb592 + 0c95961 commit daf960d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public List<WebNavigatorNodeInfo> getNavigatorNodeChildren(
return result.subList(offset, result.size());
}
} catch (DBException e) {
throw new DBWebException(e);
throw new DBWebException(e.getMessage(), e);
}
}

Expand Down

0 comments on commit daf960d

Please sign in to comment.