mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 14:53:46 +00:00
Merge pull request #1885 from flaviut/unittest-reset-term
Properly use the terminal module
This commit is contained in:
@@ -209,3 +209,5 @@ if envOutLvl.len > 0:
|
||||
if $opt == envOutLvl:
|
||||
outputLevel = opt
|
||||
break
|
||||
|
||||
system.addQuitProc(resetAttributes)
|
||||
|
||||
Reference in New Issue
Block a user