mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user