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