lbdremy/solr-node-client

Firefox: Uncaught TypeError: Error.captureStackTrace is not a function

melloware opened this issue · 1 comments

Version: 0.9.0
Browser: Firefox 93.0 (64-bit)

When I have a bad query request I get the following error: Uncaught TypeError: Error.captureStackTrace is not a function

Stack Trace:
image

Firefox doesn't have Error.captureStackTrace.

Error().stack works universally.