?
This commit is contained in:
parent
c542cce040
commit
45d7b10db7
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user