Skip to content

Commit 9f8f5c2

Browse files
CopilotRPRX
andauthored
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>
1 parent bb79f55 commit 9f8f5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/conf/transport_internet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ func (c *StreamConfig) Build() (*internet.StreamConfig, error) {
19961996
}
19971997
}
19981998
if err := browser_dialer.RegisterDialerProxyURL(c.SocketSettings.DialerProxy); err != nil {
1999-
return nil, errors.New("failed to collect browser dialer url.").Base(err)
1999+
return nil, errors.New("failed to collect browser dialer URL.").Base(err)
20002000
}
20012001
}
20022002
}

0 commit comments

Comments
 (0)