fix: logging the Haskell type instead of the listener error message directly

Previously: Just "connection error..."
Now: connection error...
This commit is contained in:
Laurence Isla
2025-08-25 10:25:48 +00:00
committed by Wolfgang Walther
parent 1f1f40a3b9
commit 86aac1ead5
3 changed files with 32 additions and 10 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- Fix logging the Haskell type instead of the listener error message directly by @laurenceisla in #3588
## [13.0.5] - 2025-08-24
### Fixed