Browse Source
Merge pull request #494 from rgl/master
fix the pr_stacktrace invocation example
pull/497/head
Mark Allen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -623,7 +623,7 @@ catch |
|
|
|
Class:Reason:Stacktrace -> |
|
|
|
lager:error( |
|
|
|
"~nStacktrace:~s", |
|
|
|
[lager:pr_stacktrace(Stacktrace), {Class, Reason}]) |
|
|
|
[lager:pr_stacktrace(Stacktrace, {Class, Reason})]) |
|
|
|
end. |
|
|
|
``` |
|
|
|
|
|
|
|