chore: set printWidth to 120 and reformat
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -60,10 +60,7 @@ export function restoreRemoteControl(): void {
|
||||
const session: RemoteControlSession = JSON.parse(data);
|
||||
if (session.pid && isProcessAlive(session.pid)) {
|
||||
activeSession = session;
|
||||
logger.info(
|
||||
{ pid: session.pid, url: session.url },
|
||||
'Restored Remote Control session from previous run',
|
||||
);
|
||||
logger.info({ pid: session.pid, url: session.url }, 'Restored Remote Control session from previous run');
|
||||
} else {
|
||||
clearState();
|
||||
}
|
||||
@@ -169,10 +166,7 @@ export async function startRemoteControl(
|
||||
activeSession = session;
|
||||
saveState(session);
|
||||
|
||||
logger.info(
|
||||
{ url: match[0], pid, sender, chatJid },
|
||||
'Remote Control session started',
|
||||
);
|
||||
logger.info({ url: match[0], pid, sender, chatJid }, 'Remote Control session started');
|
||||
resolve({ ok: true, url: match[0] });
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user