sixcious / url-incrementer

Increment a URL or go to the next page. Supports auto, multi, and advanced incrementing functions.
Other
42 stars 3 forks source link

message referes to "max" #8

Closed CarlFK closed 2 years ago

CarlFK commented 3 years ago

If I set increment to -1, click accept, I get: "Interval has to be between 1 and Max"

"max" means nothing to me.

sixcious commented 3 years ago

Hi again CarlFK,

Sorry for the vague error message! "Max" here was meant to just mean JavaScript's Number.MAX_SAFE_INTEGER value, 9007199254740991.

I'll update the error message to be more descriptive and replace "Max" with the numerical value or something more descriptive so there is no ambiguity. Thanks for opening this issue and helping improve URLI!