mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 某个笨蛋弄错的地方
This commit is contained in:
@@ -87,13 +87,12 @@ function pollForNTInitializationCheck() {
|
|||||||
try {
|
try {
|
||||||
if (ntIsInitialized_Internal()) {
|
if (ntIsInitialized_Internal()) {
|
||||||
isSolve = true;
|
isSolve = true;
|
||||||
|
clearInterval(intervalRef);
|
||||||
resolve(true);
|
resolve(true);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
reject(error);
|
reject(error);
|
||||||
} finally {
|
}
|
||||||
clearInterval(intervalRef);
|
|
||||||
}
|
|
||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user