vk-fast-longpoll
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -73,3 +73,5 @@ 'use strict'; | ||
form: { code: code } | ||
}).then(executeHandler.bind(this, current), console.error); | ||
}).then(executeHandler.bind(this, current), (error) => { | ||
setTimeout(self._executeLoop, self._time); | ||
}); | ||
} | ||
@@ -76,0 +78,0 @@ else |
@@ -138,3 +138,3 @@ { | ||
}, | ||
"version": "2.0.4" | ||
"version": "2.0.5" | ||
} |
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
25376
818