eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.15k stars 467 forks source link

Error Stack fix #212

Open arsu-leo opened 4 years ago

arsu-leo commented 4 years ago

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.