Skip to content

Commit 7f7b6c5

Browse files
committed
Make console warnings consistent
1 parent ef4943b commit 7f7b6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/convert-argv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = function(optimist, argv, convertOptions) {
7777
if(argv["watch"]) {
7878
// TODO remove this in next major version
7979
if(options.watch && typeof options.watch === "object") {
80-
console.warn("options.watch is deprecated: use options.watchOptions instead");
80+
console.warn("options.watch is deprecated: Use 'options.watchOptions' instead");
8181
options.watchOptions = options.watch;
8282
}
8383
// TODO remove this in next major version

0 commit comments

Comments
 (0)