Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Mar 18, 2023
1 parent 898c624 commit ec5bbbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export default function notify (notification) {

const prefix = constructPrefix(defaults, display);

// Apply our styles, with some error checking
/**
* Style messages
*/
const styledMsg = applyChalkStyles(mNormal, display.messageStyle);
const styledValue = applyChalkStyles(vNormal, display.valueStyle);

Expand Down

0 comments on commit ec5bbbb

Please sign in to comment.