mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
fix(plugins): clean bundled extension lint tail
This commit is contained in:
@@ -1730,7 +1730,8 @@ export async function monitorMattermostProvider(opts: MonitorMattermostOpts = {}
|
||||
unregisterInteractions?.();
|
||||
}
|
||||
|
||||
if (slashShutdownCleanup) {
|
||||
await slashShutdownCleanup;
|
||||
const slashShutdownCleanupPromise = slashShutdownCleanup;
|
||||
if (slashShutdownCleanupPromise) {
|
||||
await Promise.resolve(slashShutdownCleanupPromise);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user