mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 10:38:09 +00:00
chore(lint): enable no-promise-executor-return
This commit is contained in:
@@ -62,7 +62,7 @@ export async function runDebugProxyStartCommand(opts: { host?: string; port?: nu
|
||||
};
|
||||
process.on("SIGINT", onSignal);
|
||||
process.on("SIGTERM", onSignal);
|
||||
await new Promise(() => undefined);
|
||||
await new Promise(() => {});
|
||||
}
|
||||
|
||||
export async function runDebugProxyRunCommand(opts: {
|
||||
|
||||
Reference in New Issue
Block a user