remove promise unhandledrejection stub

This commit is contained in:
igoradamenko
2018-04-17 12:21:22 +03:00
parent d29981868f
commit 2a97fa4a03
-2
View File
@@ -1,7 +1,5 @@
import Promise from 'promise-polyfill';
Promise._unhandledRejectionFn = () => {};
Promise.prototype.finally = function finallyFn(callback) {
const constructor = this.constructor;