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