Browse Source

fix the pr_stacktrace invocation example

pull/494/head
Rui Lopes 6 years ago
committed by GitHub
parent
commit
427c60726b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -623,7 +623,7 @@ catch
Class:Reason:Stacktrace -> Class:Reason:Stacktrace ->
lager:error( lager:error(
"~nStacktrace:~s", "~nStacktrace:~s",
[lager:pr_stacktrace(Stacktrace), {Class, Reason}])
[lager:pr_stacktrace(Stacktrace, {Class, Reason})])
end. end.
``` ```

Loading…
Cancel
Save