diff --git a/router.go b/router.go index 5d4179e..4acf029 100644 --- a/router.go +++ b/router.go @@ -163,5 +163,5 @@ func (r *Router) HandleOutput(destinationId string, payload any) error { return moduleInstance.Output(payload) } } - return fmt.Errorf("no module instance found for destination %s", destinationId) + return fmt.Errorf("router could not find module instance for destination %s", destinationId) }