diff --git a/electron/core/plugin-manager/execution/facade.js b/electron/core/plugin-manager/execution/facade.js index fca7001af..c4f62f995 100644 --- a/electron/core/plugin-manager/execution/facade.js +++ b/electron/core/plugin-manager/execution/facade.js @@ -65,7 +65,7 @@ export async function getActive() { return; } // eslint-disable-next-line no-undef - const plgList = await window.pluggableElectronIpc?.getActive(); + const plgList = await window.pluggableElectronIpc.getActive(); return plgList.map( (plugin) => new Plugin(