diff options
author | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 17:11:45 +0100 |
---|---|---|
committer | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 17:11:47 +0100 |
commit | 40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12 (patch) | |
tree | 98f23497a882dc02119b12d204fc0691c7fbd561 /src | |
parent | c678c7aa7ac4e90de36ea9a86b3ae485a1a7322a (diff) | |
download | purs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.tar.gz purs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.tar.zst purs-loader-40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12.zip |
Don’t expect the prototype hierarchy to be preserved by babel
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.js | 1 |
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() { |