mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🔊 Add logging for Unable to export the large PDF file https://github.com/siyuan-note/siyuan/issues/10982
This commit is contained in:
parent
e84d05965f
commit
d34e1b6cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ app.whenReady().then(() => {
|
||||||
try {
|
try {
|
||||||
return getWindowByContentId(data.webContentsId).webContents.printToPDF(data.pdfOptions);
|
return getWindowByContentId(data.webContentsId).webContents.printToPDF(data.pdfOptions);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
writeLog(e);
|
writeLog("printToPDF: ", e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue