mirror of https://github.com/openclaw/openclaw.git
fix(web): remove leaked SIGINT handler when keepAlive=false
This commit is contained in:
parent
6bc5987d6c
commit
5fd1822c7c
|
|
@ -331,6 +331,7 @@ export async function monitorWebChannel(
|
|||
|
||||
if (!keepAlive) {
|
||||
await closeListener();
|
||||
process.removeListener("SIGINT", handleSigint);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue