Explorar el Código

Мелкая поправка

Book Pauk hace 5 años
padre
commit
76f7d7bc90
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server/core/LimitedQueue.js

+ 1 - 0
server/core/LimitedQueue.js

@@ -110,6 +110,7 @@ class LimitedQueue {
             listener.onError('destroy');
         }
         this.listeners = [];
+        this.abortCount++;
 
         this.destroyed = true;
     }