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 aca257f commit f820a66Copy full SHA for f820a66
src/cmds/git-commit.js
@@ -16,7 +16,7 @@ exports.builder = {
16
type: 'string',
17
},
18
msg: {
19
- describe: 'arbitrary string to check',
+ describe: 'arbitrary string to use with "check"',
20
21
22
}
src/cmds/javascript.js
@@ -22,7 +22,7 @@ function cwd() {
fs.accessSync(nodeModulePath)
23
return nodeModulePath
24
} catch (err) {
25
- log.error(
+ log.debug(
26
`could not find 'node_modules/@dhis2/code-style' in '${process.cwd()}', falling back to latter.`
27
)
28
return process.cwd()
0 commit comments