mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
use go1.23 (#4495)
This commit is contained in:
parent
3a08c2aeb0
commit
f7a06cbe61
12 changed files with 35 additions and 35 deletions
|
|
@ -137,7 +137,7 @@ func (pw *Wrapper) SetRunningStatus(remoteAddr string, respErr string) error {
|
|||
pw.Phase = ProxyPhaseStartErr
|
||||
pw.Err = respErr
|
||||
pw.lastStartErr = time.Now()
|
||||
return fmt.Errorf(pw.Err)
|
||||
return fmt.Errorf("%s", pw.Err)
|
||||
}
|
||||
|
||||
if err := pw.pxy.Run(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue