]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - lib/utils.js
Build v3.3.3
[github/fretlink/purs-loader.git] / lib / utils.js
index ebee1d11a9dce055b8ef0707de3787aa2b572582..3b9ba19710a3d82ab17898c4366a05711f06167f 100644 (file)
@@ -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;
   }