update error message

This commit is contained in:
Joel Wetzell
2025-11-27 08:56:09 -05:00
parent 3b86690c58
commit dce7e13d0f

View File

@@ -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)
}