Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] : panic when speed is inferior or equal to 20 in 0.1.1 - fixed in 0.1.2 #15

Closed
SkwalExe opened this issue Mar 30, 2022 · 0 comments · Fixed by #16
Closed

[BUG] : panic when speed is inferior or equal to 20 in 0.1.1 - fixed in 0.1.2 #15

SkwalExe opened this issue Mar 30, 2022 · 0 comments · Fixed by #16
Assignees
Labels
bug Something isn't working

Comments

@SkwalExe
Copy link
Owner

I just found another bug, the process panic when the value passed to --speed is inferior or equal to 20

image

that's because when the random_speed is set to true we try to generate a number from range 20..speed

will be fixed in 0.1.2

@SkwalExe SkwalExe added the bug Something isn't working label Mar 30, 2022
@SkwalExe SkwalExe self-assigned this Mar 30, 2022
@SkwalExe SkwalExe linked a pull request Mar 30, 2022 that will close this issue
@SkwalExe SkwalExe changed the title BUG : panic when speed is inferior or equal to 20 in 0.1.1 [BUG] : panic when speed is inferior or equal to 20 in 0.1.1 - fixed in 0.1.2 Mar 30, 2022
@SkwalExe SkwalExe pinned this issue Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant