Skip to content

Commit 5deffc4

Browse files
committed
refacor: remove unnecessary stack wrapping
1 parent 5f17f1d commit 5deffc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/php/php_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (p *Server) Start(ctx context.Context, pidFile *pid.PidFile) (*pid.PidFile,
200200
p.StoppedChan <- true
201201
}()
202202

203-
return errors.Wrap(errors.WithStack(runner.Run()), "PHP server exited unexpectedly")
203+
return errors.Wrap(runner.Run(), "PHP server exited unexpectedly")
204204
}, nil
205205
}
206206

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy