diff options
Diffstat (limited to 'node_modules/yargs/build/lib/yerror.js')
| -rw-r--r-- | node_modules/yargs/build/lib/yerror.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/yargs/build/lib/yerror.js b/node_modules/yargs/build/lib/yerror.js deleted file mode 100644 index 7a36684..0000000 --- a/node_modules/yargs/build/lib/yerror.js +++ /dev/null @@ -1,9 +0,0 @@ -export class YError extends Error { - constructor(msg) { - super(msg || 'yargs error'); - this.name = 'YError'; - if (Error.captureStackTrace) { - Error.captureStackTrace(this, YError); - } - } -} |
