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