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 5db056f + f159130 commit aad0957Copy full SHA for aad0957
lib/commands/plugin/add-plugin.ts
@@ -16,7 +16,6 @@ export class AddPluginCommand implements ICommand {
16
let pluginName = args[0].toLowerCase();
17
if (_.some(installedPlugins, (plugin: IPluginData) => plugin.name.toLowerCase() === pluginName)) {
18
this.$errors.failWithoutHelp(`Plugin "${pluginName}" is already installed.`);
19
- return false;
20
}
21
22
return true;
0 commit comments