mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 20:45:26 +02:00
print startup exception to system err
This commit is contained in:
@@ -98,6 +98,9 @@ public class BasicContextProvider implements SCMContextProvider
|
||||
catch (Throwable ex)
|
||||
{
|
||||
this.startupError = ex;
|
||||
|
||||
// print exception to system err
|
||||
ex.printStackTrace(System.err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user