From 40d1d0a5d2a0df448c6cf9102f457eba0ffcbb12 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Mon, 3 Dec 2018 17:11:45 +0100 Subject: =?UTF-8?q?Don=E2=80=99t=20expect=20the=20prototype=20hierarchy=20?= =?UTF-8?q?to=20be=20preserved=20by=20babel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils.js | 1 + 1 file changed, 1 insertion(+) 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 { constructor(message, modules) { super(message); this.modules = modules; + this.isPscError = true; } static get name() { -- cgit v1.2.3