mirror of
https://github.com/LukeHagar/VA-Log-Parser.git
synced 2025-12-09 12:57:45 +00:00
Update startCLI.js
This commit is contained in:
@@ -39,7 +39,7 @@ export default function startCLI() {
|
|||||||
],
|
],
|
||||||
validate(answer) {
|
validate(answer) {
|
||||||
if (answer.length < 1) {
|
if (answer.length < 1) {
|
||||||
return "You must choose at least one File.";
|
return "You must choose at least one File or Folder.";
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user