diff --git a/lib/prompt.js b/lib/prompt.js index 7af6ed7..53e20b6 100644 --- a/lib/prompt.js +++ b/lib/prompt.js @@ -201,6 +201,7 @@ prompt.get = function (schema, callback) { }); }; + prompt._get = function (schema, callback) { // // Transforms a full JSON-schema into an array describing path and sub-schemas.