mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-01 05:30:52 +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
|
||||
}
|
||||
break afterPageLoad;
|
||||
continue afterPageLoad;
|
||||
}
|
||||
case 'STARTUP_CHAT_ERROR_DUE_TO_TODAY_CHANCE_HAS_USED_OUT': {
|
||||
let nextTrySeconds = 60 * 60
|
||||
|
||||
Reference in New Issue
Block a user