Comparing version 2.2.1 to 2.3.0
@@ -97,4 +97,6 @@ var struct = require("new-struct"); | ||
if (question.validateFn) { | ||
question.validateFn(answer, callback); | ||
return question.validateFn(answer, callback); | ||
} | ||
callback(); | ||
} | ||
@@ -101,0 +103,0 @@ |
{ | ||
"name": "cli-qa", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Command-line Questions & Answers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8121
190