You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated erlang:get_stacktrace/0 BIF now returns an empty list instead of a stacktrace. erlang:get_stacktrace/0 is scheduled for removal in OTP 24.
===> Compiling websocket_client
_build/default/lib/websocket_client/src/websocket_client.erl:238: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
The text was updated successfully, but these errors were encountered:
From https://www.erlang.org/news/140:
The text was updated successfully, but these errors were encountered: