file_not_found

This commit is contained in:
pvincent
2026-07-29 23:17:34 +04:00
parent bf1f802755
commit b44c523323
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ fail_type subshell_term SUBSHELL_ERROR
fail_type exit EXIT
fail_type command_not_found COMMAND_NOT_FOUND
fail_type source_not_found SOURCE_NOT_FOUND
fail_type file_not_found FILE_NOT_FOUND '(hint: prefer source than subshell)'
fail_type file_not_found FILE_NOT_FOUND
fail_type subshell_error COMMAND_NOT_FOUND '(hint: prefer source than subshell)'
failed=${#failures[@]}