We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839f6b7 + fa729c5 commit 1945313Copy full SHA for 1945313
src/cli/parse-server.js
@@ -34,7 +34,7 @@ program.on('--help', function(){
34
35
program.parse(process.argv, process.env);
36
37
-let options;
+let options = {};
38
if (program.args.length > 0 ) {
39
let jsonPath = program.args[0];
40
jsonPath = path.resolve(jsonPath);
0 commit comments