mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Refactor error handler
This commit is contained in:
parent
14c8cee479
commit
574f87527b
7 changed files with 13 additions and 13 deletions
4
none.go
4
none.go
|
@ -228,6 +228,6 @@ func (w *nonePacketWriter) Upstream() any {
|
|||
return w.source
|
||||
}
|
||||
|
||||
func (s *NoneService) HandleError(err error) {
|
||||
s.handler.HandleError(err)
|
||||
func (s *NoneService) NewError(ctx context.Context, err error) {
|
||||
s.handler.NewError(ctx, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue