Update task.js

This commit is contained in:
Namhyeon Go 2021-07-19 21:25:05 +09:00 committed by GitHub
parent e8e9174f1f
commit c04a3753e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,6 @@ var TaskQueue = function() {
this.run = function() {
this._keepalive = true;
while(this._keepalive) {
var now = new Date().getTime();
this.next();
sleep(1);
}