mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Allow futureLogging in release builds (#21448)
* Add test case * Fixes 21447: Keeps stackTrace around when using futureLogging * Remove extra whitespace
This commit is contained in:
6
tests/async/t21447.nim
Normal file
6
tests/async/t21447.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
action: "compile"
|
||||
cmd: "nim c -d:release -d:futureLogging $file"
|
||||
"""
|
||||
|
||||
import std/asyncdispatch
|
||||
Reference in New Issue
Block a user