Gateway: mark restart callback promise as intentionally detached
This commit is contained in:
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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user