Skip to content

Commit f2c4813

Browse files
committed
lint fix
1 parent 3861c81 commit f2c4813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeRSA.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = (function() {
4848
exp = 65537;
4949

5050
if (bits % 2 == 1) {
51-
throw Error('Key size must be even.')
51+
throw Error('Key size must be even.');
5252
}
5353

5454
this.keyPair.generate(bits, exp.toString(16));

0 commit comments

Comments
 (0)