We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4943b commit 7f7b6c5Copy full SHA for 7f7b6c5
1 file changed
bin/convert-argv.js
@@ -77,7 +77,7 @@ module.exports = function(optimist, argv, convertOptions) {
77
if(argv["watch"]) {
78
// TODO remove this in next major version
79
if(options.watch && typeof options.watch === "object") {
80
- console.warn("options.watch is deprecated: use options.watchOptions instead");
+ console.warn("options.watch is deprecated: Use 'options.watchOptions' instead");
81
options.watchOptions = options.watch;
82
}
83
0 commit comments