mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02:00
More loading
This commit is contained in:
@@ -59,7 +59,6 @@ export abstract class Queue<T> {
|
||||
|
||||
public constructor(max?: number) {
|
||||
this.items = new Map();
|
||||
this.run = run;
|
||||
this.max = max;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user