Skip to content

Commit

Permalink
Fix #467
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Jan 16, 2024
1 parent 4c5a69c commit 94eab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function rc(ctx, path) {
return rc
})
.catch((err) => {
if (!err.message.includes('No PostCSS Config found')) throw err
if (!err.message.includes('No PostCSS Config found') || path) throw err
})
}

Expand Down

0 comments on commit 94eab51

Please sign in to comment.