Comparing version 0.11.1 to 0.11.2
@@ -448,3 +448,3 @@ /* | ||
// fix for bar that sometimes hangs at 99% | ||
if(bar && !bar.complete) { | ||
if(bar) { | ||
bar.tick(bar.total - bar.curr); | ||
@@ -451,0 +451,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"author": "Nodejitsu Inc. <info@nodejitsu.com>", | ||
@@ -14,0 +14,0 @@ "maintainers": [ |
985133
15
41