mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
update error message
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user