We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40812e2 + 5c880ca commit 7b3448eCopy full SHA for 7b3448e
src/cli/parse-server.js
@@ -64,7 +64,7 @@ if (!options.serverURL) {
64
if (!options.appId || !options.masterKey || !options.serverURL) {
65
program.outputHelp();
66
console.error("");
67
- console.error(colors.red("ERROR: appId, masterKey and serverURL are required"));
+ console.error(colors.red("ERROR: appId and masterKey are required"));
68
69
process.exit(1);
70
}
0 commit comments