remove promise unhandledrejection stub
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import Promise from 'promise-polyfill';
|
||||
|
||||
Promise._unhandledRejectionFn = () => {};
|
||||
|
||||
Promise.prototype.finally = function finallyFn(callback) {
|
||||
const constructor = this.constructor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user