Fix async call
This commit is contained in:
parent
01f230ef8e
commit
8f586b453b
@ -66,7 +66,7 @@ export async function getActive() {
|
|||||||
}
|
}
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
const plgList = await window.pluggableElectronIpc?.getActive() ??
|
const plgList = await window.pluggableElectronIpc?.getActive() ??
|
||||||
import(
|
await import(
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
/* webpackIgnore: true */ PLUGIN_CATALOG + `?t=${Date.now()}`
|
/* webpackIgnore: true */ PLUGIN_CATALOG + `?t=${Date.now()}`
|
||||||
).then((data) => data.default.filter((e) => e.supportCloudNative));
|
).then((data) => data.default.filter((e) => e.supportCloudNative));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user