diff --git a/src/index.ts b/src/index.ts index ed3304d46e..4036335591 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,6 +41,9 @@ async function main() { for (const store of Stores) { Logger.debug(store.links); q.push(store); + if (Stores.length === 1) { + q.push(store); + } // Keep from completely draining } await q.drain();