提交 da3b8a8e 编写于 作者: A Alex Ross

Add fallback when long host for auto port can be parsed

上级 85702a3d
......@@ -414,7 +414,7 @@ class TunnelItem implements ITunnelItem {
if (address.length < 15) {
return address;
}
return new URL(address).host;
return new URL(address).host ?? address;
}
set description(description: string | undefined) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册