File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 44
44
(common/-read-from-cursor cursor)))
45
45
46
46
(nth [_ i not-found]
47
- (try
48
- (let [cursor (.getCursor ral (long i))]
49
- (if cursor
50
- (common/-read-from-cursor cursor)
51
- not-found))
52
- (catch Exception _
47
+ (let [cursor (.getCursor ral (long i))]
48
+ (if cursor
49
+ (common/-read-from-cursor cursor)
53
50
not-found)))
54
51
55
52
clojure.lang.ILookup
Original file line number Diff line number Diff line change 38
38
(common/-read-from-cursor cursor)))
39
39
40
40
(nth [_ i not-found]
41
- (try
42
- (let [cursor (.getCursor rlal (long i))]
43
- (if cursor
44
- (common/-read-from-cursor cursor)
45
- not-found))
46
- (catch Exception _
41
+ (let [cursor (.getCursor rlal (long i))]
42
+ (if cursor
43
+ (common/-read-from-cursor cursor)
47
44
not-found)))
48
45
49
46
clojure.lang.ILookup
You can’t perform that action at this time.
0 commit comments