We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aafaf5 commit dd98d14Copy full SHA for dd98d14
packages/@vuepress/cli/index.js
@@ -56,7 +56,7 @@ exports.bootstrap = function ({
56
silent
57
} = options
58
logger.setOptions({ logLevel: silent ? 1 : debug ? 4 : 3 })
59
- logger.debug('options', options)
+ logger.debug('cli_options', options)
60
env.setOptions({ isDebug: debug, isTest: process.env.NODE_ENV === 'test' })
61
62
wrapCommand(dev)(path.resolve(sourceDir), {
@@ -86,7 +86,7 @@ exports.bootstrap = function ({
86
87
88
89
90
91
92
wrapCommand(build)(path.resolve(sourceDir), {
0 commit comments