Skip to content

Commit c41ac0f

Browse files
authored
Merge pull request #1186 from elixir-lsp/codex/modify-undo_intercept_output-to-return-raw_standard_error
Fix re-registering standard error process
2 parents 1594b3d + cd64387 commit c41ac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_utils/lib/wire_protocol.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule ElixirLS.Utils.WireProtocol do
7777
raw_standard_error = Process.whereis(:raw_standard_error)
7878
Process.unregister(:raw_standard_error)
7979
Process.register(raw_standard_error, :standard_error)
80-
raw_user
80+
raw_standard_error
8181
rescue
8282
ArgumentError -> nil
8383
end

0 commit comments

Comments
 (0)