mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-01 13:20:03 +01:00
format
This commit is contained in:
@@ -314,7 +314,7 @@ trait SystemSettingsControllerBase extends AccountManagementControllerBase {
|
||||
|
||||
} catch {
|
||||
case e: EmailException => s"[Error] ${e.getCause}"
|
||||
case e: Exception => "[Error] " + e.toString
|
||||
case e: Exception => "[Error] " + e.toString
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user