Closed ChenglongMa closed 3 months ago
https://github.com/windingwind/zotero-plugin-toolkit/blob/a6a90697788a10a3f11e22372dceef7ba076cf70/src/basic.ts#L120-L130
L129 may return null when the main window has been unloaded.
null
It will cause a Type Error in the invoker, e.g., ztoolkit.log().
Type Error
ztoolkit.log()
Thanks for the feedback.
https://github.com/windingwind/zotero-plugin-toolkit/blob/a6a90697788a10a3f11e22372dceef7ba076cf70/src/basic.ts#L120-L130
L129 may return
null
when the main window has been unloaded.It will cause a
Type Error
in the invoker, e.g.,ztoolkit.log()
.