We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6756db commit f8aac86Copy full SHA for f8aac86
lib/internal/priority_queue.js
@@ -31,7 +31,7 @@ module.exports = class PriorityQueue {
31
}
32
33
const top = this.peek();
34
- this.removeAt(1);
+ this.removeAt(1, false);
35
this.#secondary = this.peek();
36
this.insert(top, false);
37
0 commit comments