We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9303090 commit eff656eCopy full SHA for eff656e
pkg/lib/traverse-get.sh
@@ -177,7 +177,7 @@ bash_object.traverse-get() {
177
fi
178
;;
179
array)
180
- bash_object.util.die 'ERROR_ARGUMENTS_INCORRECT_TYPE' "Queried for string, but found existing $vmd_dtype"
+ bash_object.util.die 'ERROR_ARGUMENTS_INCORRECT_TYPE' "Queried for object, but found existing $vmd_dtype"
181
return
182
183
*)
@@ -188,7 +188,7 @@ bash_object.traverse-get() {
188
elif [ "$final_value_type" = array ]; then
189
case "$vmd_dtype" in
190
object)
191
+ bash_object.util.die 'ERROR_ARGUMENTS_INCORRECT_TYPE' "Queried for array, but found existing $vmd_dtype"
192
193
194
0 commit comments