fix(cli): utf-8 decode for whatsapp-bridge npm install capture (sibling of #43790)

This commit is contained in:
Teknium 2026-06-11 07:51:31 -07:00
parent b2043cf157
commit 5508f4bc54

View file

@ -2419,6 +2419,8 @@ def cmd_whatsapp(args):
stdout=subprocess.DEVNULL,
stderr=subprocess.PIPE,
text=True,
encoding="utf-8",
errors="replace",
)
except KeyboardInterrupt:
print("\n ✗ Install cancelled")