Skip to content

Commit 2af174c

Browse files
committed
Prep release
1 parent 51fdbaa commit 2af174c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ SPDX-FileContributor: Remco van 't Veer
88

99
## NEXTVERSION
1010

11+
## 0.2.5
12+
- Spider catches IOExceptions; they get reported as Network errors.
13+
1114
## 0.2.4
1215
- Ability to add extra items to report runtime section
1316

src/nl/jomco/apie/report.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
", got " [:code instance]])
533533

534534
(defmethod issue-summary "network-error"
535-
[_ {:keys [hints instance path]}]
535+
[_ {:keys [hints]}]
536536
[:span
537537
(str "Network error: " (:message hints))])
538538

0 commit comments

Comments
 (0)