Fix: old error message
This commit is contained in:
parent
d7fa21e891
commit
f01fbf9946
2 changed files with 2 additions and 1 deletions
|
@ -945,6 +945,7 @@ exports.questionPath = function(query, options) {
|
|||
limit: function(value) {
|
||||
var exists, stat, res;
|
||||
value = replaceHomePath(value, true);
|
||||
error = ''; // for validate
|
||||
// mkdir -p
|
||||
function mkdirParents(dirPath) {
|
||||
dirPath.split(/\/|\\/).reduce(function(parents, dir) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "readline-sync",
|
||||
"version": "1.2.11",
|
||||
"version": "1.2.12",
|
||||
"title": "readlineSync",
|
||||
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in a new issue