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
- Do not use color codes, as this makes the output difficult to read
when returned by Bolt.
- Do not print <space><newline>, since this combination will prevent
Ruby's yaml emitter from using the block form (which is easier to read
when newlines are involved). This doesn't have an immediate impact
since we will be seeing the error in JSON, probably, but it
potentially heads off confusion in the future if we choose to emit
yaml instead.
0 commit comments