fix: 某个笨蛋弄错的地方

This commit is contained in:
手瓜一十雪 2024-08-13 14:52:51 +08:00
parent 6a72056b25
commit 91511e4c3f

View File

@ -87,13 +87,12 @@ function pollForNTInitializationCheck() {
try {
if (ntIsInitialized_Internal()) {
isSolve = true;
clearInterval(intervalRef);
resolve(true);
}
} catch (error) {
reject(error);
} finally {
clearInterval(intervalRef);
}
}
}, 500);
});
}