Minor net2 cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ export class TaskQueue<Item> {
|
||||
}
|
||||
|
||||
async process() {
|
||||
if (this.isProcessing || this.isPaused || this.items.length == 0) {
|
||||
if (this.isProcessing || this.isPaused || this.items.length === 0) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user