Spaces:
jiome
/
Sleeping

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

Update index.js

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