invalid slice name
error should clarify min valid length is 3
#158
Labels
invalid slice name
error should clarify min valid length is 3
#158
This error confused me a bit at first, why was it invalid? Eventually I noticed a length of 3 characters for a slice key was successful. Looked up the source and the restriction appears to be due to a regex pattern constraint.
Perhaps in this case the error message could better indicate the failure was due to a minimum expected length?
chisel/internal/setup/setup.go
Lines 562 to 566 in ae52f84
chisel/internal/setup/setup.go
Lines 283 to 284 in ae52f84
The text was updated successfully, but these errors were encountered: