*await on plugin

This commit is contained in:
Derrick Hammer 2023-04-19 00:08:19 -04:00
parent a0504443e6
commit 053eca0cf4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export class PluginAPIManager {
this.registeredPlugins.set(plugin.name, plugin); this.registeredPlugins.set(plugin.name, plugin);
try { try {
plugin.plugin( await plugin.plugin(
// @ts-ignore // @ts-ignore
new Proxy<PluginAPI>(getPluginAPI(), { new Proxy<PluginAPI>(getPluginAPI(), {
get(target: PluginAPI, prop: string): any { get(target: PluginAPI, prop: string): any {