Skip to content

Commit

Permalink
fix: do not underline log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 14, 2018
1 parent e92c84e commit c86518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-logger.js
Expand Up @@ -3,7 +3,7 @@ const figures = require('figures');

module.exports = ({stdout, stderr}) =>
new Signale({
config: {displayTimestamp: true, underlineMessage: true, displayLabel: false},
config: {displayTimestamp: true, underlineMessage: false, displayLabel: false},
disabled: false,
interactive: false,
scope: 'semantic-release',
Expand Down

0 comments on commit c86518a

Please sign in to comment.