Skip to content

Commit 72562d1

Browse files
committed
Updated commit error message.
1 parent 00f323c commit 72562d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exports.commit = function(message) {
6262
} else if (stdout.substring(0, 2) == 'On') {
6363
console.log(notice('[~] Everything already committed.'));
6464
} else {
65-
console.log(whoops('[✖] Could not commit changes.'));
65+
console.log(whoops('[✖] Could not commit changes.') + chalk.red(' Try again if there was a large amount of changes to add.'));
6666
}
6767
});
6868
}

0 commit comments

Comments
 (0)