We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cfbca commit 50f2642Copy full SHA for 50f2642
lib/version.js
@@ -23,7 +23,7 @@ module.exports = function (root) {
23
var commit = res[1];
24
var dirtyCount = parseInt(res[2], 10);
25
var curr = `${branch}: ${commit}`;
26
- /* istanbul ignore else */
+ /* istanbul ignore if */
27
if (dirtyCount !== 0) {
28
curr += ` (${dirtyCount} dirty files)`;
29
}
0 commit comments