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

This commit is contained in:
Book Pauk
2020-01-27 19:52:56 +07:00
parent a5cb2641fd
commit 76f7d7bc90

View File

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