fix: msf Status

This commit is contained in:
手瓜一十雪
2025-03-16 15:57:27 +08:00
parent 8753ecfd92
commit c635496677

View File

@@ -289,7 +289,7 @@ async function waitForNetworkConnection(loginService: NodeIKernelLoginService, l
let network_ok = false; let network_ok = false;
let tryCount = 0; let tryCount = 0;
while (!network_ok) { while (!network_ok) {
network_ok = loginService.getMsfStatus() === 0; network_ok = loginService.getMsfStatus() !== 3;// win 11 0连接 1未连接
logger.log('等待网络连接...'); logger.log('等待网络连接...');
await sleep(500); await sleep(500);
tryCount++; tryCount++;