vk-fast-longpoll
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -73,3 +73,3 @@ 'use strict'; | ||
form: { code: code } | ||
}).then(executeHandler.bind(this, current)); | ||
}).then(executeHandler.bind(this, current), console.error); | ||
} | ||
@@ -76,0 +76,0 @@ else |
@@ -64,3 +64,3 @@ 'use strict'; | ||
} | ||
}); | ||
}, console.error()); | ||
}); | ||
@@ -98,5 +98,5 @@ } | ||
process.nextTick(this.listen.bind(this)); | ||
}).catch((error) => { | ||
}, (error) => { | ||
process.nextTick(this.listen.bind(this)); | ||
}) | ||
}); | ||
} | ||
@@ -103,0 +103,0 @@ |
@@ -138,3 +138,3 @@ { | ||
}, | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
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
25230