summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js')
-rw-r--r--deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js b/deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js
index 53375a0f75..ad96a8776e 100644
--- a/deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js
+++ b/deps/npm/node_modules/libnpx/node_modules/yargs/lib/yerror.js
@@ -1,4 +1,3 @@
-'use strict'
function YError (msg) {
this.name = 'YError'
this.message = msg || 'yargs error'