Description: upstream forgot to increment counter
Author: Jérémy Lal <kapouer@melix.org>
Last-Update: 2019-01-10
Forwarded: https://github.com/bruce/node-temp/pull/79
--- a/lib/temp.js
+++ b/lib/temp.js
@@ -177,7 +177,7 @@
       left = 0;
       return;
     } else {
-      count;
+      count++;
     }
     left--;
     if (!left && callback) {
