mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 23:54:19 +00:00
Try to fix unittest for JS backend, still not working
This commit is contained in:
@@ -39,6 +39,7 @@ when declared(stdout):
|
||||
|
||||
when not defined(ECMAScript):
|
||||
import terminal
|
||||
system.addQuitProc(resetAttributes)
|
||||
|
||||
type
|
||||
TestStatus* = enum OK, FAILED
|
||||
@@ -234,5 +235,3 @@ if envOutLvl.len > 0:
|
||||
if $opt == envOutLvl:
|
||||
outputLevel = opt
|
||||
break
|
||||
|
||||
system.addQuitProc(resetAttributes)
|
||||
|
||||
Reference in New Issue
Block a user