mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-29 09:41:08 +00:00
Gateway: mark restart callback promise as intentionally detached
This commit is contained in:
committed by
Peter Steinberger
parent
eb855f75ce
commit
1560f02561
@@ -291,7 +291,7 @@ export function startGatewayConfigReloader(opts: {
|
||||
return;
|
||||
}
|
||||
restartQueued = true;
|
||||
opts.onRestart(plan, nextConfig);
|
||||
void opts.onRestart(plan, nextConfig);
|
||||
};
|
||||
|
||||
const handleMissingSnapshot = (snapshot: ConfigFileSnapshot): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user