mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
// @ts-ignore - module = undefined
|
|
// Required for correct loading of scripts in Electron
|
|
if (typeof module === 'object') {window.module = module; module = undefined;}
|