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
Logging: Use console.log for prompt and template logging
Prompts can be large and they max out Winston's log size. This is
a performance optimization in Winston that I don't want to override.
Therefore, use a normal console.log to show the prompt if the user
asks for it.
Template logging has the same principles.
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
0 commit comments