paho.mqtt.javascript icon indicating copy to clipboard operation
paho.mqtt.javascript copied to clipboard

Error Stack fix

Open arsu-leo opened this issue 5 years ago • 0 comments

When testing for stack on errors, the statements were reversed. For instance, if user code throws an exception, it states "No Error Stack Available" on the error making it quite difficult to debug. Furthermore, if client browser's Errors would not have the stack field, the fixed statements would throw an exception.

arsu-leo avatar Jan 14 '20 08:01 arsu-leo