@statoscope/helpers
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -57,2 +57,3 @@ "use strict"; | ||
if (module === entry) { | ||
total++; | ||
return solution; | ||
@@ -71,3 +72,3 @@ } | ||
} | ||
if (++total === max) { | ||
if (total === max) { | ||
break; | ||
@@ -74,0 +75,0 @@ } |
{ | ||
"name": "@statoscope/helpers", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "Statoscope utils", | ||
@@ -27,3 +27,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "08038bf4c32ec3c28b28ffee2dfb3dbe0526a630" | ||
"gitHead": "3703e8dfdfa5a9311908ba6804a68b23c195945c" | ||
} |
Sorry, the diff of this file is not supported yet
39697
682