This commit is contained in:
9
node_modules/yargs/build/lib/yerror.js
generated
vendored
9
node_modules/yargs/build/lib/yerror.js
generated
vendored
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user