We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69df24c commit ef4943bCopy full SHA for ef4943b
1 file changed
bin/convert-argv.js
@@ -57,7 +57,7 @@ module.exports = function(optimist, argv, convertOptions) {
57
}
58
59
if(typeof options !== "object" || options === null) {
60
- console.log("Config did not export a object.");
+ console.log("Config did not export an object.");
61
process.exit(-1);
62
63
0 commit comments