Skip to content

Commit

Permalink
Stop sending port stderr to stdout (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandtHill authored Nov 2, 2024
1 parent b35b99b commit 08e6bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/nostrum/voice/payload.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule Nostrum.Voice.Payload do
alias Nostrum.Constants
alias Nostrum.Struct.VoiceState
alias Nostrum.Struct.VoiceWSState
alias Nostrum.Voice.Crypto

require Logger

Expand Down
3 changes: 1 addition & 2 deletions lib/nostrum/voice/ports.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ defmodule Nostrum.Voice.Ports do
:binary,
:exit_status,
:use_stdio,
:stream,
:stderr_to_stdout
:stream
])

# Spawn process to asynchronously send input to port
Expand Down

0 comments on commit 08e6bda

Please sign in to comment.