Closed davidfirst closed 10 months ago
Mac, node 18.
await p.getPort({ random: true, portRange: [5000, 6000] });
output:
63493
I get number that are not part of the specified range. (I tried also alternativePortRange, same issue).
alternativePortRange
Thanks for report. Should be resolved by https://github.com/unjs/get-port-please/commit/cd4acec1245c7241000cd88f623192709574a370 in next release.
Environment
Mac, node 18.
Reproduction
output:
Describe the bug
I get number that are not part of the specified range. (I tried also
alternativePortRange
, same issue).