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 3d305bf commit 716122cCopy full SHA for 716122c
lib/scenic/cache/base.ex
@@ -1121,7 +1121,7 @@ defmodule Scenic.Cache.Base do
1121
GenServer.cast(pid, {module, type, target})
1122
catch
1123
kind, reason ->
1124
- formatted = Exception.format(kind, reason, System.stacktrace())
+ formatted = Exception.format(kind, reason, __STACKTRACE__ )
1125
IO.puts("dispatch_notification/3 failed with #{formatted}")
1126
end
1127
0 commit comments