This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit da44c210ca2e25b6d98727ebcf1c7c57598f0cc3 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 10:58:19 2023 +0200 Increase BSH diagnostics --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 4679f94..fa2a429 100644 --- a/pom.xml +++ b/pom.xml @@ -646,6 +646,10 @@ } } }); + } catch (Exception error) { + // Supplement diagnostics + error.printStackTrace(System.err); + throw error; } finally { paths.close(); }
