Reset scan state to recursion on more available
| @@ -4055,6 +4055,7 @@ export async function checkWorldInfo(chat, maxContext, isDryRun) { | ||
| 4055 | 4055 | |
| 4056 | 4056 | // If the scan is done, but we still have open "delay until recursion" levels, we should continue with the next one |
| 4057 | 4057 | if (nextScanState === scan_state.NONE && availableRecursionDelayLevels.length) { |
| 4058 | + nextScanState = scan_state.RECURSION; | |
| 4058 | 4059 | currentRecursionDelayLevel = availableRecursionDelayLevels.shift(); |
| 4059 | 4060 | } |
| 4060 | 4061 | |