aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 17:16:43 +0100
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 17:16:43 +0100
commite4e6f894e0f6d8509cfdb76f78802055011e7180 (patch)
tree4f08ed9f6b4059917b34e19b86eb75c1acfe4656 /lib
parent37049b6ccbc7e93ee0098c79f8e21d42b289d7e4 (diff)
downloadpurs-loader-e4e6f894e0f6d8509cfdb76f78802055011e7180.tar.gz
purs-loader-e4e6f894e0f6d8509cfdb76f78802055011e7180.tar.zst
purs-loader-e4e6f894e0f6d8509cfdb76f78802055011e7180.zip
Build v3.3.3
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