mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
tidiness
This commit is contained in:
@@ -1212,7 +1212,7 @@ main.registerCommand({
|
||||
main.registerCommand({
|
||||
name: 'admin grant'
|
||||
}, function (options) {
|
||||
process.stderr.write("'admin grant' command not implemented yet");
|
||||
process.stderr.write("'admin grant' command not implemented yet\n");
|
||||
return 0;
|
||||
});
|
||||
|
||||
|
||||
@@ -424,7 +424,7 @@ Fiber(function () {
|
||||
// tradition.
|
||||
_.each(commands['--'] || {}, function (value, key) {
|
||||
if (_.has(isBoolean, "--" + key))
|
||||
throw new Error("--" + key + " is both an option and a command?")
|
||||
throw new Error("--" + key + " is both an option and a command?");
|
||||
isBoolean["--" + key] = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user