🔊 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 {
|
||||
return getWindowByContentId(data.webContentsId).webContents.printToPDF(data.pdfOptions);
|
||||
} catch (e) {
|
||||
writeLog(e);
|
||||
writeLog("printToPDF: ", e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue