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-11-23 13:28:41 +08:00
parent 668df75dc3
commit f0e8b1e3ee
@@ -450,7 +450,7 @@ async function toRecommendPage (hooks) {
currentExceptJobIndex += 1 currentExceptJobIndex += 1
} }
break afterPageLoad; continue afterPageLoad;
} }
case 'STARTUP_CHAT_ERROR_DUE_TO_TODAY_CHANCE_HAS_USED_OUT': { case 'STARTUP_CHAT_ERROR_DUE_TO_TODAY_CHANCE_HAS_USED_OUT': {
let nextTrySeconds = 60 * 60 let nextTrySeconds = 60 * 60