You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
473 B
13 lines
473 B
4 years ago
|
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) {
|