mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-24 06:52:38 +00:00
fix: add missing error code
This commit is contained in:
@@ -12,6 +12,7 @@ declare -A ERROR_CODES=(
|
|||||||
[COMMAND_NOT_FOUND]=2
|
[COMMAND_NOT_FOUND]=2
|
||||||
[FUNCTION_NOT_FOUND]=3
|
[FUNCTION_NOT_FOUND]=3
|
||||||
[EXECUTION_FAILED]=4
|
[EXECUTION_FAILED]=4
|
||||||
|
[FILE_NOT_FOUND]=5
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A LOG_LEVELS=(
|
declare -A LOG_LEVELS=(
|
||||||
|
|||||||
Reference in New Issue
Block a user