mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 06:59:30 +08:00
fix err message
This commit is contained in:
parent
d98f528734
commit
bd857385d3
@ -256,7 +256,7 @@ func (ns *Service) RemoveNotificationCategory(categoryId string) error {
|
||||
return nil
|
||||
case <-ctx.Done():
|
||||
cleanupChannel(id)
|
||||
return fmt.Errorf("category registration timed out: %w", ctx.Err())
|
||||
return fmt.Errorf("category removal timed out: %w", ctx.Err())
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user