Currently, we panic on the following call:
lychee --max-concurrency=0 https://en.wikipedia.org/wiki/Tony_Hoare
thread 'main' (32032398) panicked at lychee-bin/src/commands/check.rs:90:60:
mpsc bounded channel requires buffer > 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I think we should show a more user-friendly message.
Discovered in #2136 (comment)
Currently, we panic on the following call:
I think we should show a more user-friendly message.
Discovered in #2136 (comment)