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 0533482 commit 3a61db4Copy full SHA for 3a61db4
lib/commands/add-library.ts
@@ -17,7 +17,7 @@ export class AddLibraryCommand implements ICommand {
17
}
18
19
canExecute(args: string[]): IFuture<boolean> {
20
- if (args.length != 2) {
+ if (args.length !== 2) {
21
this.$errors.fail("This command needs two parameters.");
22
23
0 commit comments