Skip to content

v1.3.1 - refactor(sequence+selector): pass through errors unmodified

Compare
Choose a tag to compare
@joeycumines joeycumines released this 30 Jan 15:05
· 27 commits to master since this release

Error values will no longer be munged by Sequence or Selector. Previously, error messages were prefixed to include the child index. This behavior has proven itself to range from fairly useless to actively detrimental, due to log spam that may be generated, e.g. when propagating an error upwards through a large tree.

I also noticed I had flipped the comments somehow, oops.