This commit is contained in:
Skylar Grant 2024-09-09 13:24:33 -04:00
parent c542cce040
commit 45d7b10db7
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ module.exports = {
// Pipe the PDF data to the printer
printer.stdin.write(pdfData);
printer.stdin.end();
// Handle the process exit event
printer.on('close', (code) => {