mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-04 05:39:11 +01:00
do not catch throwable
This commit is contained in:
@@ -96,7 +96,7 @@ public class BasicContextProvider implements SCMContextProvider
|
||||
version = loadVersion();
|
||||
stage = loadProjectStage();
|
||||
}
|
||||
catch (Throwable ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
this.startupError = ex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user