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.
This excludes the property
domainEmitter
from thetoString
output.References: #14, #25
Like
domain
anddomainThrown
, this property is only attached to errors that occur inside a domain, withdomainEmitter
holding a reference to the stream that emitted the error.