extended-eventsource
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -130,3 +130,3 @@ "use strict"; | ||
catch (error) { | ||
yield this.reconnect('Reconnecting EventSource because of error'); | ||
yield this.reconnect('Reconnecting EventSource because of error', error); | ||
return; | ||
@@ -133,0 +133,0 @@ } |
{ | ||
"name": "extended-eventsource", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"author": "Lukas Reining", | ||
@@ -5,0 +5,0 @@ "readme": "README.md", |
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
23974