mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 10:01:39 +00:00
os.nim: don't use echo for error reporting
This commit is contained in:
@@ -907,7 +907,7 @@ proc rawCreateDir(dir: string): bool =
|
||||
elif errno == EEXIST:
|
||||
result = false
|
||||
else:
|
||||
echo res
|
||||
#echo res
|
||||
raiseOSError(osLastError())
|
||||
else:
|
||||
when useWinUnicode:
|
||||
|
||||
Reference in New Issue
Block a user