gitter-realtime-client
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -118,2 +118,7 @@ "use strict"; | ||
}); | ||
this.listenTo(this.templateSubscription, 'subscriptionError', function(channel, error) { | ||
this.emit('error', this, error, { reason: 'subscription_failed', channel: channel }); | ||
}); | ||
}, | ||
@@ -120,0 +125,0 @@ |
@@ -86,3 +86,3 @@ 'use strict'; | ||
this.subscription.errback(function(error) { | ||
log.error('coll: Subscription error for ' + channel, error); | ||
log.error('template-subscription: Subscription error for ' + channel, error); | ||
self.emit('subscriptionError', channel, error); | ||
@@ -89,0 +89,0 @@ self.subscription = null; |
{ | ||
"name": "gitter-realtime-client", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Gitter Realtime Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62189
1505