From 1c7c78281b920e8924c6ff210a01dd54ff7c534b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 6 Jun 2014 17:45:28 +0100 Subject: [PATCH] The onStat function logs "complete" when publishing the "complete" event. --- src/mkws-team.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mkws-team.js b/src/mkws-team.js index 2e6db95..25a24d6 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -126,6 +126,7 @@ function team($, teamName) { queue("firstrecords").publish(hitcount); } if (parseInt(data.activeclients[0], 10) === 0) { + log("complete"); queue("complete").publish(hitcount); } } -- 1.7.10.4