We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fdbaa commit 2af174cCopy full SHA for 2af174c
changelog.md
@@ -8,6 +8,9 @@ SPDX-FileContributor: Remco van 't Veer
8
9
## NEXTVERSION
10
11
+## 0.2.5
12
+ - Spider catches IOExceptions; they get reported as Network errors.
13
+
14
## 0.2.4
15
- Ability to add extra items to report runtime section
16
src/nl/jomco/apie/report.clj
@@ -532,7 +532,7 @@
532
", got " [:code instance]])
533
534
(defmethod issue-summary "network-error"
535
- [_ {:keys [hints instance path]}]
+ [_ {:keys [hints]}]
536
[:span
537
(str "Network error: " (:message hints))])
538
0 commit comments