In a development environment, it would be useful to capture the message and perhaps the stack caught by this exception handler.
|
// Send Serialization Error To Caller |
The default message is somewhat helpful, but the error.message information gives additional context which might be helpful in resolving the upstream defect.
In a development environment, it would be useful to capture the message and perhaps the stack caught by this exception handler.
comlink/src/comlink.ts
Line 377 in fd4b526
The default message is somewhat helpful, but the error.message information gives additional context which might be helpful in resolving the upstream defect.