mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
6d1170f06c
Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: ricky <ricky.miller@gmail.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
13 lines
435 B
Diff
13 lines
435 B
Diff
diff --git a/index.js b/index.js
|
|
index a4d360dc6c6343d321bf2bae46e743718a5cb480..d2be4a20f717d33c1268c860ca74287ac86597c4 100644
|
|
--- a/index.js
|
|
+++ b/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) {
|