go-co-op / gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.61k stars 308 forks source link

issue-747: Provide more details of ErrPanicRecovered #749

Closed Higan closed 4 months ago

Higan commented 4 months ago

What does this do?

This PR provides more details of ErrPanicRecovered by including the recoverData with it.

Which issue(s) does this PR fix/relate to?

It is related to #747 and should resolve that issue.

List any changes that modify/break current functionality

Have you included tests for your changes?

I have updated job_test.go based on my changes

Did you document any new/modified functionality?

Notes