cleanup(misc): remove redundant return in esbuild.impl.ts (#27632)
This commit is contained in:
parent
29d889925d
commit
e802d2c872
@ -1,4 +1,4 @@
|
||||
pnpm check-lock-files
|
||||
pnpm check-commit
|
||||
pnpm documentation
|
||||
pretty-quick --check
|
||||
pnpm pretty-quick --check
|
||||
|
||||
@ -65,7 +65,6 @@ export async function* esbuildExecutor(
|
||||
});
|
||||
}
|
||||
return acc;
|
||||
return acc;
|
||||
}, []);
|
||||
|
||||
if (!options.thirdParty) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user