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
Hi, I want to format the error output by handling the "error" event, but when using the "json" format, the event does not fire because a hard-coded formatter is used.
For example, validatorLog will only be called for { format: "gnu" }
Hi, I want to format the error output by handling the
"error"
event, but when using the"json"
format, the event does not fire because a hard-coded formatter is used.For example,
validatorLog
will only be called for{ format: "gnu" }
Also, this hard-coded formatter just prints json to the console. This is not a bug?
The text was updated successfully, but these errors were encountered: