diff --git a/blogo/plugin/plugin.go b/blogo/plugin/plugin.go index 8f53250..334470d 100644 --- a/blogo/plugin/plugin.go +++ b/blogo/plugin/plugin.go @@ -41,5 +41,5 @@ type Sourcer interface { type ErrorHandler interface { Plugin - Handle(error) (handled bool) + Handle(error) (recovr any, handled bool) }