sphero.js
sphero.js copied to clipboard
Handle error when the connecttion to the sphero fail
trafficstars
Before that, when we did "orb.connect()", if it failed it throws an error that we could not handle.
Now we are able to do "orb.on("error", function() { // Do something });". We can handle the error.
Hi, @GuillaumeRahbari can you please look at your failing test? https://travis-ci.org/orbotix/sphero.js/jobs/102923952#L1248
Thank you!
Hi, @GuillaumeRahbari did you ever have a chance to look into the failing test on this PR?
No I'm sorry, I will take a look as soon as I can. I can't just right now.