From a54442866a41a4dc35d2f0b9bf6c1c73354d0490 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 8 Jan 2026 10:29:40 +0100 Subject: [PATCH] chore: refine daemon runtime hint --- src/commands/daemon-runtime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/daemon-runtime.ts b/src/commands/daemon-runtime.ts index 4ec374efb..7f49aa7a9 100644 --- a/src/commands/daemon-runtime.ts +++ b/src/commands/daemon-runtime.ts @@ -10,7 +10,7 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{ { value: "node", label: "Node (recommended)", - hint: "Required for WhatsApp (Baileys WebSocket + Bun can corrupt memory on reconnect)", + hint: "Required for WhatsApp (Baileys WebSocket). Bun can corrupt memory on reconnect.", }, { value: "bun",