summary refs log tree commit diff stats
path: root/tests/async/t21447.nim
Commit message (Collapse)AuthorAgeFilesLines
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-021-0/+6
* Add test case * Fixes 21447: Keeps stackTrace around when using futureLogging * Remove extra whitespace