Skip to content

Commit

Permalink
Fix istanbul command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Aug 20, 2018
1 parent f17a9ce commit 28f7764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
}
} ) );

/* istanbul ignore else */
/* istanbul ignore if */
if ( !Array.isArray( options.message ) ) {
options.message = [ options.message ].filter( Boolean );
}
Expand Down

0 comments on commit 28f7764

Please sign in to comment.