@digimakers/cli 0.3.23 → 0.3.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -102,7 +102,7 @@ async function main() {
|
|
|
102
102
|
// Used by puppeteer, see pdf-generator.ts
|
|
103
103
|
const server = await startServer();
|
|
104
104
|
try {
|
|
105
|
-
// Start conversion and generation process
|
|
105
|
+
// Start conversion and generation process
|
|
106
106
|
const generator = await createPdfGenerator(server.url);
|
|
107
107
|
const results = await convertWithConcurrency(files, generator, argv.output, argv.concurrency);
|
|
108
108
|
await generator.close();
|