Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "colleqtor", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Seize the directory.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,2 +54,6 @@ const { version } = require('../package.json'); | ||
if (!entries.length) { | ||
return resolve(output); | ||
} | ||
try { | ||
@@ -81,4 +85,2 @@ entries.forEach((dirEntry, index) => { | ||
}); | ||
finish(); | ||
} catch (e) { | ||
@@ -85,0 +87,0 @@ reject(e); |
10130
208