TraceKit
TraceKit copied to clipboard
Function wrap rethrows an exception twice?
It looks like the function wrap calls Tracekit.report and then throws the exception. But Tracekit.report already throws the exception again. Is an exception being thrown twice?
That is correct, the statement could be removed and nothing would change. Good catch!
@knguyen142, @devinrhode2 I'm helping maintain TraceKit upstream.. If you want to recreate this issue in the master (https://github.com/csnover/TraceKit) That would be greatly appreciated.