mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 23:51:48 +00:00
Reduce lint suppressions in core tests and runtime
This commit is contained in:
@@ -226,8 +226,7 @@ export async function runGatewayLoop(params: {
|
||||
// Keep process alive; SIGUSR1 triggers an in-process restart (no supervisor required).
|
||||
// SIGTERM/SIGINT still exit after a graceful shutdown.
|
||||
let isFirstStart = true;
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
while (true) {
|
||||
for (;;) {
|
||||
onIteration();
|
||||
try {
|
||||
server = await params.start();
|
||||
|
||||
Reference in New Issue
Block a user