@apt-repositories/generator
Advanced tools
Comparing version 0.0.26-dev.9 to 0.0.26-dev.10
@@ -165,4 +165,10 @@ #!/usr/bin/env node | ||
const debs = await readdir(observedPathDebs).catch(() => []); | ||
if (debs.length === 0) { | ||
console.log( | ||
` Component '${DEBIAN_COMPONENT}' of '${observable}' contains zero packages and is skipped.` | ||
); | ||
continue; | ||
} | ||
console.log( | ||
` Component '${DEBIAN_COMPONENT}' of '${observable}' has '${formatCount(debs.length)}' packages.` | ||
` Component '${DEBIAN_COMPONENT}' of '${observable}' contains '${formatCount(debs.length)}' packages.` | ||
); | ||
@@ -169,0 +175,0 @@ console.log(` Merging '${observedPathDebs}' into '${OUTPUT_DIRECTORY}'...`); |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.26-dev.9", | ||
"version": "0.0.26-dev.10", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", |
Sorry, the diff of this file is not supported yet
80672
886