Skip to content

Commit

Permalink
Update scripts/compute-colors.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jamiehenson and coderabbitai[bot] authored Oct 14, 2024
1 parent b49dd8c commit f9a95c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compute-colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ try {
console.log(
`🎨 Tailwind theme classes have been computed and written to JSON files.`,
);
} catch {
console.error(`Error persisting computed colors.`);
} catch (error) {
console.error(`Error persisting computed colors:`, error);
}

0 comments on commit f9a95c5

Please sign in to comment.