mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:34:44 +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;
|
return;
|
||||||
}
|
}
|
||||||
restartQueued = true;
|
restartQueued = true;
|
||||||
opts.onRestart(plan, nextConfig);
|
void opts.onRestart(plan, nextConfig);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleMissingSnapshot = (snapshot: ConfigFileSnapshot): boolean => {
|
const handleMissingSnapshot = (snapshot: ConfigFileSnapshot): boolean => {
|
||||||
|
|||||||
Reference in New Issue
Block a user