提交 1985573f 编写于 作者: B Benjamin Pasero 提交者: GitHub

Merge pull request #13739 from f111fei/patch-17

Fixed #13670
......@@ -58,7 +58,7 @@ function doFindFreePort(startPort: number, giveUpAfter: number, clb: (port: numb
return clb(startPort);
});
client.connect(startPort);
client.connect(startPort, '127.0.0.1');
}
function dispose(socket: net.Socket): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册