fix the issue while encounter CANNOT_FIND_EXCEPT_JOB error, the afterPageLoad label is not executed - replace break to continue

This commit is contained in:
geekgeekrun
2024-10-02 18:09:09 +08:00
parent 668df75dc3
commit f0e8b1e3ee

View File

@@ -450,7 +450,7 @@ async function toRecommendPage (hooks) {
currentExceptJobIndex += 1
}
break afterPageLoad;
continue afterPageLoad;
}
case 'STARTUP_CHAT_ERROR_DUE_TO_TODAY_CHANCE_HAS_USED_OUT': {
let nextTrySeconds = 60 * 60