It appears that if any error is thrown inside of a...
# typescript
r
It appears that if any error is thrown inside of an apply() the error will be printed twice for the stack + the error itself.
w
That certainly shouldn't be true in general. It may be something unique to
ResourceError
? If you have a repro - could you open an issue?