chore: align browser dialer collection error style

Agent-Logs-Url: https://github.com/XTLS/Xray-core/sessions/84d72770-6ad0-447a-8d86-94d692972a05

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-26 20:50:38 +00:00
committed by GitHub
parent 9f8f5c2591
commit 2ecfbcf1b6

View File

@@ -1996,7 +1996,7 @@ func (c *StreamConfig) Build() (*internet.StreamConfig, error) {
}
}
if err := browser_dialer.RegisterDialerProxyURL(c.SocketSettings.DialerProxy); err != nil {
return nil, errors.New("failed to collect browser dialer URL.").Base(err)
return nil, errors.New("failed to collect browser dialer URL").Base(err)
}
}
}