nagose commited on
Commit
b84a5c7
·
verified ·
1 Parent(s): 89fd9f2

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -2
index.js CHANGED
@@ -43,8 +43,9 @@ const testAll = async (i, i0, i1, i2) => {
43
  i1++;
44
  }
45
  if (i1 > 255) {
46
- i1 = 1;
47
- i0++;
 
48
  }
49
  if (i0 > 255) {
50
  i0 = 1;
 
43
  i1++;
44
  }
45
  if (i1 > 255) {
46
+ return false;
47
+ // i1 = 1;
48
+ // i0++;
49
  }
50
  if (i0 > 255) {
51
  i0 = 1;