mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
Bugfix/double newlines in stderr (#5426)
This commit is contained in:
committed by
Andreas Rumpf
parent
2d546ca0ac
commit
e8ad59fdc4
@@ -2743,6 +2743,7 @@ when not defined(JS): #and not defined(nimscript):
|
||||
# we use binary mode on Windows:
|
||||
c_setmode(c_fileno(stdin), O_BINARY)
|
||||
c_setmode(c_fileno(stdout), O_BINARY)
|
||||
c_setmode(c_fileno(stderr), O_BINARY)
|
||||
|
||||
when defined(endb):
|
||||
proc endbStep()
|
||||
|
||||
Reference in New Issue
Block a user