mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 22:45:51 +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