From e4e6f894e0f6d8509cfdb76f78802055011e7180 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Mon, 3 Dec 2018 17:16:43 +0100 Subject: Build v3.3.3 --- lib/utils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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) { var _this = _possibleConstructorReturn(this, (PscError.__proto__ || Object.getPrototypeOf(PscError)).call(this, message)); _this.modules = modules; + _this.isPscError = true; return _this; } -- cgit v1.2.3