diff --git a/lib/pure/os.nim b/lib/pure/os.nim index 03445a0353..9f3045224e 100644 --- a/lib/pure/os.nim +++ b/lib/pure/os.nim @@ -907,7 +907,7 @@ proc rawCreateDir(dir: string): bool = elif errno == EEXIST: result = false else: - echo res + #echo res raiseOSError(osLastError()) else: when useWinUnicode: