1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-11-12 14:31:57 +08:00
parent e7168a2fe6
commit b304269079

View File

@@ -116,8 +116,7 @@ public class JobTriggerController : BaseController
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine(e); _logger.LogError(e, "Error processing music file: {file}", file);
throw;
} }
} }