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.
1 parent 2e41b30 commit 5c880caCopy full SHA for 5c880ca
src/cli/parse-server.js
@@ -56,7 +56,7 @@ if (!options.serverURL) {
56
if (!options.appId || !options.masterKey || !options.serverURL) {
57
program.outputHelp();
58
console.error("");
59
- console.error(colors.red("ERROR: appId, masterKey and serverURL are required"));
+ console.error(colors.red("ERROR: appId and masterKey are required"));
60
61
process.exit(1);
62
}
0 commit comments