mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-18 16:53:22 +08:00

If there is a panic during runMigrateTask we should capture and log the underlying panic error. This PR ensures that the panic is logged and captured as part of the task message. Fix #13095 Signed-off-by: Andrew Thornton <art27@cantab.net>