diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index a21856db..a6d9d587 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -109,7 +109,7 @@ class TaskGather extends Task { startListening(cs, ep); } else { setTimeout(()=> { - this.notifyTaskDone(); + // this.notifyTaskDone(); }, 2000); } }