-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs #20
Comments
Tip ok |
Caution error |
Note info |
Warning warn |
Important debug |
Caution fatal {
"message": "fatal",
"stack": [
"Error: fatal",
" at <anonymous> (/Users/mentlegen/WebstormProjects/conversation-rewards/src/web/api/index.ts:24:47)"
],
"caller": "<anonymous>"
} |
Note verbose |
I wish we could automatically handle anonymous functions in a better way! But I suppose that would be the responsibility of the plugin developer. In our template lint settings I suppose that most functions should be named too. |
@0x4007 I ran this as a one liner in my IDE for testing which is why it is displayed with no stack (there was literally none) |
Caution serverError {
"message": "serverError",
"stack": [
"Error: serverError",
" at <anonymous> (/Users/mentlegen/WebstormProjects/conversation-rewards/src/web/api/index.ts:24:47)"
],
"caller": "<anonymous>"
} |
logs
The text was updated successfully, but these errors were encountered: