diff --git a/packages/react-icons/scripts/fetcher.ts b/packages/react-icons/scripts/fetcher.ts index b912d718..dd6be209 100644 --- a/packages/react-icons/scripts/fetcher.ts +++ b/packages/react-icons/scripts/fetcher.ts @@ -54,9 +54,9 @@ async function main() { } const { source } = icon; queue.add(async () => { - await gitCloneIcon(source, ctx); - progressBar.increment(); // Update the progress bar - }); + await gitCloneIcon(source, ctx); + progressBar.increment(); // Update the progress bar + }); } await queue.onIdle();