From 9789b5683564436c0e4d0324a0d895cc7bdd17d8 Mon Sep 17 00:00:00 2001 From: Larry Lu Date: Wed, 1 Jun 2016 09:49:21 +0800 Subject: [PATCH] Update queue.js --- queue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue.js b/queue.js index b3ea7e4..d3ae3a3 100644 --- a/queue.js +++ b/queue.js @@ -22,7 +22,7 @@ q.saturated = function() { // 当最后一个任务交给worker时,将调用该函数 q.empty = function() { - log('no more tasks wating'); + log('no more tasks waitng'); } // 当所有任务都执行完以后,将调用该函数