cleanup(misc): remove redundant return in esbuild.impl.ts (#27632)

This commit is contained in:
Alonmizra 2024-10-01 15:04:43 +03:00 committed by GitHub
parent 29d889925d
commit e802d2c872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pnpm check-lock-files pnpm check-lock-files
pnpm check-commit pnpm check-commit
pnpm documentation pnpm documentation
pretty-quick --check pnpm pretty-quick --check

View File

@ -65,7 +65,6 @@ export async function* esbuildExecutor(
}); });
} }
return acc; return acc;
return acc;
}, []); }, []);
if (!options.thirdParty) { if (!options.thirdParty) {