We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18fd5 commit e8d4415Copy full SHA for e8d4415
src/index.ts
@@ -50,7 +50,7 @@ const {
50
51
queuedLength = insertIndex;
52
53
- while (firstInsertedIndex < insertIndex--) {
+ while (firstInsertedIndex < --insertIndex) {
54
const left = queued[firstInsertedIndex];
55
queued[firstInsertedIndex++] = queued[insertIndex];
56
queued[insertIndex] = left;
0 commit comments