Skip to content

Commit e0b57f1

Browse files
committed
chore: syntax
1 parent bee9eb0 commit e0b57f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/config/output/postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function postprocessOutput(
5454
postProcessors: Record<string, PostProcessor>,
5555
jobPrefix: string,
5656
): void {
57-
if (!fs.existsSync(config.path) || fs.readdirSync(config.path).length === 0) {
57+
if (!fs.existsSync(config.path) || !fs.readdirSync(config.path).length) {
5858
return;
5959
}
6060

0 commit comments

Comments
 (0)