fix: split whatsapp listen hint from subsystem log
This commit is contained in:
@@ -1349,9 +1349,10 @@ export async function monitorWebProvider(
|
|||||||
}, WATCHDOG_CHECK_MS);
|
}, WATCHDOG_CHECK_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
whatsappLog.info(
|
whatsappLog.info("Listening for personal WhatsApp inbound messages.");
|
||||||
"Listening for personal WhatsApp inbound messages. Ctrl+C to stop.",
|
if (process.stdout.isTTY || process.stderr.isTTY) {
|
||||||
);
|
whatsappLog.raw("Ctrl+C to stop.");
|
||||||
|
}
|
||||||
|
|
||||||
if (!keepAlive) {
|
if (!keepAlive) {
|
||||||
await closeListener();
|
await closeListener();
|
||||||
|
|||||||
Reference in New Issue
Block a user