Skip to content

Commit 50f2642

Browse files
committed
fix: istanbul skip
1 parent b6cfbca commit 50f2642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function (root) {
2323
var commit = res[1];
2424
var dirtyCount = parseInt(res[2], 10);
2525
var curr = `${branch}: ${commit}`;
26-
/* istanbul ignore else */
26+
/* istanbul ignore if */
2727
if (dirtyCount !== 0) {
2828
curr += ` (${dirtyCount} dirty files)`;
2929
}

0 commit comments

Comments
 (0)