mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🔊 Add logging for Unable to export the large PDF file https://github.com/siyuan-note/siyuan/issues/10982
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user