aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils.js b/lib/utils.js
index ebee1d1..3b9ba19 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -23,6 +23,7 @@ exports.PscError = function (_Error) {
23 var _this = _possibleConstructorReturn(this, (PscError.__proto__ || Object.getPrototypeOf(PscError)).call(this, message)); 23 var _this = _possibleConstructorReturn(this, (PscError.__proto__ || Object.getPrototypeOf(PscError)).call(this, message));
24 24
25 _this.modules = modules; 25 _this.modules = modules;
26 _this.isPscError = true;
26 return _this; 27 return _this;
27 } 28 }
28 29