We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1594b3d + cd64387 commit c41ac0fCopy full SHA for c41ac0f
apps/elixir_ls_utils/lib/wire_protocol.ex
@@ -77,7 +77,7 @@ defmodule ElixirLS.Utils.WireProtocol do
77
raw_standard_error = Process.whereis(:raw_standard_error)
78
Process.unregister(:raw_standard_error)
79
Process.register(raw_standard_error, :standard_error)
80
- raw_user
+ raw_standard_error
81
rescue
82
ArgumentError -> nil
83
end
0 commit comments