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.
1 parent 0418c10 commit 2a78cdbCopy full SHA for 2a78cdb
lib/ssh/src/ssh_message.erl
@@ -46,7 +46,7 @@
46
ucl(B) ->
47
try unicode:characters_to_list(B) of
48
L when is_list(L) -> L;
49
- {error,_Matched,Rest} -> throw({error,{bad_unicode,Rest}})
+ {error,_Matched,_Rest} -> throw({error,bad_unicode})
50
catch
51
_:_ -> throw({error,bad_unicode})
52
end.
0 commit comments