terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

fix Error.captureStackTrace if not defined #3558

Closed lesleydreyer closed 7 months ago

lesleydreyer commented 7 months ago

Browsers like Chrome running off v8 can captureStackTrace, but browsers like Safari running off javascriptcore don't seem to have this function defined

Closes #3557