mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
* Add test case * Fixes 21447: Keeps stackTrace around when using futureLogging * Remove extra whitespace
7 lines
111 B
Nim
7 lines
111 B
Nim
discard """
|
|
action: "compile"
|
|
cmd: "nim c -d:release -d:futureLogging $file"
|
|
"""
|
|
|
|
import std/asyncdispatch
|