Open kolucciy opened 1 year ago
In case you need more information with:
"electron": "^16.0.5", "electron-pos-printer": "^1.3.6",
When running in dev environment it gives the following errors:
(node:5344) electron: Failed to load URL: file:///C:/Projectes/printer-server/dist/main/node_modules/electron-pos-printer/dist/renderer/index.html with error: ERR_FILE_NOT_FOUND
[TimedOutError] Make sure your printer is connected
It looks like if there is a "TimedOutError" error with printing then when main window is closed the app will remain running in the background, it seems like window-all-closed event is not fired anymore.