Skip to content

Commit 3a61db4

Browse files
author
Mihail Slavchev
committed
use strict equals
1 parent 0533482 commit 3a61db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/add-library.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class AddLibraryCommand implements ICommand {
1717
}
1818

1919
canExecute(args: string[]): IFuture<boolean> {
20-
if (args.length != 2) {
20+
if (args.length !== 2) {
2121
this.$errors.fail("This command needs two parameters.");
2222
}
2323

0 commit comments

Comments
 (0)