path not exist
errors from allowNotExist
check shows root relative paths instead of relative paths to working directory
#708
Labels
Bug
Something isn't working
Currently, when we do checks for
allowNotExist
for paths provided through the--path
and--exclude-path
flags, we only print out the root relative path, example:buf/private/bufpkg/bufmodule/targeting_module.go
Line 155 in 94997f8
We should be printing out the path relative to the user's working directory for more clarity in debugging.
The text was updated successfully, but these errors were encountered: