revert change
This commit is contained in:
parent
e667dd4056
commit
a61f98c17a
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user