Skip to content

Commit

Permalink
Update build-pdf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jul 20, 2023
1 parent fb1448b commit 7d38943
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/build-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ fs.readdirSync(__dirname + "/..", { withFileTypes: true }).forEach(function (
}
});

// pdf("odata-data-aggregation-ext")
// .then(() => {
// console.log("PDF generated");
// process.exit(0);
// })
// .catch((error) => {
// console.error(error);
// process.exit(3);
// });

if (errors) {
process.exit(1);
}

0 comments on commit 7d38943

Please sign in to comment.