Commit 5b83cf8a authored by csillag's avatar csillag

More error tracking for the bridge

parent fcf26aea
...@@ -204,6 +204,7 @@ class Annotator.Plugin.Bridge extends Annotator.Plugin ...@@ -204,6 +204,7 @@ class Annotator.Plugin.Bridge extends Annotator.Plugin
if error isnt 'timeout_error' if error isnt 'timeout_error'
console.log 'Error in call! Reason: ' + reason console.log 'Error in call! Reason: ' + reason
console.log error console.log error
console.log "Call was:", options
console.log 'Destroying channel!' console.log 'Destroying channel!'
d.reject error, reason d.reject error, reason
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment