mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
fix: oopsie
This commit is contained in:
parent
9dec8e50eb
commit
4176a377ff
@ -328,7 +328,6 @@ async function parseOptions(
|
|||||||
value = args[i.name];
|
value = args[i.name];
|
||||||
const option = i as SeyfertStringOption;
|
const option = i as SeyfertStringOption;
|
||||||
if (!value) break;
|
if (!value) break;
|
||||||
console.log({ option, value }, value.length);
|
|
||||||
if (option.min_length) {
|
if (option.min_length) {
|
||||||
if (value.length < option.min_length) {
|
if (value.length < option.min_length) {
|
||||||
value = undefined;
|
value = undefined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user