mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
13 lines
473 B
Diff
13 lines
473 B
Diff
|
diff --git a/node_modules/plugin-error/index.js b/node_modules/plugin-error/index.js
|
||
|
index a4d360d..d2be4a2 100644
|
||
|
--- a/node_modules/plugin-error/index.js
|
||
|
+++ b/node_modules/plugin-error/index.js
|
||
|
@@ -54,7 +54,6 @@ function PluginError(plugin, message, options) {
|
||
|
return this._messageWithDetails() + '\nStack:';
|
||
|
}.bind(this);
|
||
|
|
||
|
- Error.captureStackTrace(safety, arguments.callee || this.constructor);
|
||
|
this.__safety = safety;
|
||
|
}
|
||
|
if (!this.plugin) {
|