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
Is your feature request related to a problem? Please describe.
When an error is thrown stack trace is displayed after the error message. You can see an exemple with this issue related to gitmoji-changelog. The stack trace displaying shoud be configurable.
Describe the solution you'd like
A simple configuration to enable or disable stack trace. For instance add a configuration displayStack (true as default)
Additional context
I think the code should be modifed here to add condition this._config.displayStack
If you think this is a pertinent issue, I volunteer to solve it !
The text was updated successfully, but these errors were encountered:
tbetous
changed the title
Add the ability to disable stack trace when error happens
Add the ability to enable/disable stack trace displaying
Oct 24, 2019
Is your feature request related to a problem? Please describe.
When an error is thrown stack trace is displayed after the error message. You can see an exemple with this issue related to gitmoji-changelog. The stack trace displaying shoud be configurable.
Describe the solution you'd like
A simple configuration to enable or disable stack trace. For instance add a configuration
displayStack
(true as default)Additional context
I think the code should be modifed here to add condition this._config.displayStack
If you think this is a pertinent issue, I volunteer to solve it !
The text was updated successfully, but these errors were encountered: