From 28f776499feaa272f12ceea4e86d1a08fe53329c Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 20 Aug 2018 15:42:45 +0200 Subject: [PATCH] Fix istanbul command. --- lib/commands/merge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/merge.js b/lib/commands/merge.js index 8d72409..f772236 100644 --- a/lib/commands/merge.js +++ b/lib/commands/merge.js @@ -92,7 +92,7 @@ module.exports = { } } ) ); - /* istanbul ignore else */ + /* istanbul ignore if */ if ( !Array.isArray( options.message ) ) { options.message = [ options.message ].filter( Boolean ); }