gulpjs / plugin-error

Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor reformatting.
MIT License
19 stars 13 forks source link

fix: Exclude `domainEmitter` from output #26

Closed fasttime closed 1 year ago

fasttime commented 1 year ago

This excludes the property domainEmitter from the toString output.

References: #14, #25

Like domain and domainThrown, this property is only attached to errors that occur inside a domain, with domainEmitter holding a reference to the stream that emitted the error.

phated commented 1 year ago

Thanks! I'm not going to call this breaking because it was missed in the original change.