summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-01 11:44:36 -0800
committerRich Trott <rtrott@gmail.com>2019-02-03 16:46:26 -0800
commit7540f9dbe8114c62e0ec7d751bf2a36998514b2c (patch)
tree1fe235430de7fd84606affb77b6fb68bf516915a /tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js
parentb322b76dad5b05e20586622cdc86c83367e863e1 (diff)
downloadandroid-node-v8-7540f9dbe8114c62e0ec7d751bf2a36998514b2c.tar.gz
android-node-v8-7540f9dbe8114c62e0ec7d751bf2a36998514b2c.tar.bz2
android-node-v8-7540f9dbe8114c62e0ec7d751bf2a36998514b2c.zip
tools: update ESLint to 5.13.0
PR-URL: https://github.com/nodejs/node/pull/25877 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js')
-rw-r--r--tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js b/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js
index 6b85d98cf6..dfbd1d46cc 100644
--- a/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js
+++ b/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/password.js
@@ -81,6 +81,7 @@ class PasswordPrompt extends Base {
if (!input) {
return this.opt.default == null ? '' : this.opt.default;
}
+
return input;
}