mirror of https://github.com/certd/certd
fix: 修复网络测试,telnet的bug
parent
c77645e173
commit
c03a70fde2
|
|
@ -42,7 +42,7 @@ export class NetTestService {
|
|||
// 判断测试是否成功
|
||||
const success = this.isWindows()
|
||||
? output.includes('端口连接成功')
|
||||
: output.includes('Connected to');
|
||||
: output.includes(' open');
|
||||
|
||||
// 处理结果
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue