Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak error message
  • Loading branch information
silverwind committed Nov 8, 2025
commit a479245853bd1eaaf651d124dba9ec17af380733
2 changes: 1 addition & 1 deletion lib/getPostcssResult.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getCustomSyntax(customSyntax, basedir) {
);
}

throw new Error('Custom syntax must be a string or a Syntax object or function');
throw new Error('Custom syntax must be a string, Syntax object or Syntax function');
}

/**
Expand Down