This commit is contained in:
Vanessa 2023-06-21 23:29:40 +08:00
parent 1a7edf3b3c
commit 3c80f47f7e
2 changed files with 12 additions and 3 deletions

View file

@ -80,6 +80,7 @@ export const loadPlugin = async (app: App, item: IPluginData) => {
errorExit: false
});
/// #endif
return plugin;
};