We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee9eb0 commit e0b57f1Copy full SHA for e0b57f1
1 file changed
packages/shared/src/config/output/postprocess.ts
@@ -54,7 +54,7 @@ export function postprocessOutput(
54
postProcessors: Record<string, PostProcessor>,
55
jobPrefix: string,
56
): void {
57
- if (!fs.existsSync(config.path) || fs.readdirSync(config.path).length === 0) {
+ if (!fs.existsSync(config.path) || !fs.readdirSync(config.path).length) {
58
return;
59
}
60
0 commit comments