mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
14 lines
674 B
Diff
14 lines
674 B
Diff
|
diff --git a/node_modules/squirrelly/dist/squirrelly.cjs.js b/node_modules/squirrelly/dist/squirrelly.cjs.js
|
||
|
index 7908a34..044e348 100644
|
||
|
--- a/node_modules/squirrelly/dist/squirrelly.cjs.js
|
||
|
+++ b/node_modules/squirrelly/dist/squirrelly.cjs.js
|
||
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
// TODO: allow '-' to trim up until newline. Use [^\S\n\r] instead of \s
|
||
|
// TODO: only include trimLeft polyfill if not in ES6
|
||
|
/* END TYPES */
|
||
|
-var promiseImpl = new Function('return this')().Promise;
|
||
|
+var promiseImpl = globalThis.Promise;
|
||
|
var asyncFunc = false;
|
||
|
try {
|
||
|
asyncFunc = new Function('return (async function(){}).constructor')();
|