Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98e2c29

Browse files
committed
Shows other keys even if it's an array.
1 parent 0565f7a commit 98e2c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/debug/tyran_print_value.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void tyran_print_value_helper(int tabs, const char* property, const tyran_value*
177177
tyran_print_value_helper(tabs, desc, nv, 1);
178178
}
179179
}
180-
} else {
180+
} /*else*/ {
181181
tabs++;
182182
tyran_object_iterator* target_iterator = tyran_object_iterator_new();
183183
tyran_object_get_keys(v->data.object, target_iterator);

0 commit comments

Comments
 (0)