chore: polish browser dialer URL collection error message

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:49:28 +00:00
committed by GitHub
parent bb79f554dd
commit 9f8f5c2591

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)
}
}
}