From 45d7b10db7ac80450312c6b135bdd8cbb082bbdb Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:24:33 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 472357e..e7235db 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -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) => {