Skip to content

Commit

Permalink
build: tidy up yaml-inliner plugin output
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Sep 12, 2024
1 parent eb02d8e commit a9ad96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/yamlInliner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function yamlInliner(inputCssPath, outputCssPath) {

await fs.writeFile(outputCssPath, result.css);

console.log('[yaml-inliner] CSS processing complete; restart if changes are made to YAML');
console.log('[yaml-inliner] CSS processing complete');
} catch (error) {
console.error('[yaml-inliner] PostCSS processing failed:', error);
throw error;
Expand Down

0 comments on commit a9ad96d

Please sign in to comment.