Skip to content

Commit cd64387

Browse files
committed
fix standard error restoration
1 parent 93094ea commit cd64387

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)