mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-12 08:51:53 +00:00
fix(cli): utf-8 decode for whatsapp-bridge npm install capture (sibling of #43790)
This commit is contained in:
parent
b2043cf157
commit
5508f4bc54
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue