aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 17:11:45 +0100
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 17:11:47 +0100
commit40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12 (patch)
tree98f23497a882dc02119b12d204fc0691c7fbd561
parentc678c7aa7ac4e90de36ea9a86b3ae485a1a7322a (diff)
downloadpurs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.tar.gz
purs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.tar.zst
purs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.zip
Don’t expect the prototype hierarchy to be preserved by babel
-rw-r--r--src/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js
index 671b580..b6ccf81 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -4,6 +4,7 @@ exports.PscError = class PscError extends Error {
4 constructor(message, modules) { 4 constructor(message, modules) {
5 super(message); 5 super(message);
6 this.modules = modules; 6 this.modules = modules;
7 this.isPscError = true;
7 } 8 }
8 9
9 static get name() { 10 static get name() {