Steps to reproduce
When I have a justfile like this:
run-frontend:
  echo "just frontend"
 
Then I typed just run-fr and pressed tab to complete, some errors occured:
just run-frerror: Failed to read justfile at `/xxx/tmp/r`: No such file or directory (os error 2)
 
But if I typed just run-f or less letters, completions work fine. Other similar commands such as run-backend will not trigger this problem.
Environments
System: MacOS 15.3.2
Shell: fish 4.0.1
just: 1.40.0