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