revert change
This commit is contained in:
parent
e667dd4056
commit
a61f98c17a
@ -65,7 +65,7 @@ export async function getActive() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
const plgList = await window.pluggableElectronIpc?.getActive();
|
const plgList = await window.pluggableElectronIpc.getActive();
|
||||||
return plgList.map(
|
return plgList.map(
|
||||||
(plugin) =>
|
(plugin) =>
|
||||||
new Plugin(
|
new Plugin(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user