We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f323c commit 72562d1Copy full SHA for 72562d1
lib/gg.js
@@ -62,7 +62,7 @@ exports.commit = function(message) {
62
} else if (stdout.substring(0, 2) == 'On') {
63
console.log(notice('[~] Everything already committed.'));
64
} else {
65
- console.log(whoops('[✖] Could not commit changes.'));
+ console.log(whoops('[✖] Could not commit changes.') + chalk.red(' Try again if there was a large amount of changes to add.'));
66
}
67
});
68
0 commit comments