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 bc39af3 commit d5e2424Copy full SHA for d5e2424
src/commitizen/adapter.js
@@ -150,5 +150,5 @@ function resolveAdapterPath (inboundAdapterPath) {
150
}
151
152
function getGitRootPath () {
153
- return sh.exec('git rev-parse --show-toplevel').stdout.trim();
+ return sh.exec('git rev-parse --show-toplevel', {silent: true}).stdout.trim();
154
0 commit comments