Skip to content

Commit 94eab51

Browse files
committed
Fix #467
1 parent 4c5a69c commit 94eab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function rc(ctx, path) {
178178
return rc
179179
})
180180
.catch((err) => {
181-
if (!err.message.includes('No PostCSS Config found')) throw err
181+
if (!err.message.includes('No PostCSS Config found') || path) throw err
182182
})
183183
}
184184

0 commit comments

Comments
 (0)