fix: split whatsapp listen hint from subsystem log

This commit is contained in:
Peter Steinberger
2025-12-26 08:41:58 +00:00
parent 112908886c
commit 461db9e469

View File

@@ -1349,9 +1349,10 @@ export async function monitorWebProvider(
}, WATCHDOG_CHECK_MS);
}
whatsappLog.info(
"Listening for personal WhatsApp inbound messages. Ctrl+C to stop.",
);
whatsappLog.info("Listening for personal WhatsApp inbound messages.");
if (process.stdout.isTTY || process.stderr.isTTY) {
whatsappLog.raw("Ctrl+C to stop.");
}
if (!keepAlive) {
await closeListener();