mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
(refs #464)Implementing database migration system for plugin
This commit is contained in:
@@ -222,7 +222,7 @@ class AutoUpdateListener extends ServletContextListener {
|
||||
case ex: Throwable => {
|
||||
logger.error("Failed to initialize plugin system", ex)
|
||||
ex.printStackTrace()
|
||||
session.rollback()
|
||||
throw ex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user