Olga1108 4 năm trước cách đây
mục cha
commit
e03a0895cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js11.3/index.js

+ 1 - 1
js11.3/index.js

@@ -61,7 +61,7 @@ var sendAll = () => {
             message => {
                 ( log [ `${messages.getKey()}[${index}]` ] ) = message;
                 index++;
-                index < (messages.length + 1)  ? recursive() : null
+                index < (messages.length )  ? recursive() : null
             })
         
         }