We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1422bb9 commit d02bc68Copy full SHA for d02bc68
src/main.dev.ts
@@ -332,6 +332,7 @@ ipcMain.handle(
332
doc.end();
333
openPdf(pdfPath);
334
} catch (e) {
335
+ dialog.showErrorBox(e.message, e.stack);
336
console.error(e);
337
}
338
src/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plainprinter",
3
"productName": "PlainPrinter",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"description": "Plain screen printer",
6
"main": "./main.prod.js",
7
"author": {
0 commit comments