From 2a0f7b5de72dc1d8c1018bb60630764f765376bb Mon Sep 17 00:00:00 2001 From: patrick dw Date: Fri, 19 Jun 2015 01:45:12 -0500 Subject: renamed writeln to writeLine in compiler --- compiler/options.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/options.nim') diff --git a/compiler/options.nim b/compiler/options.nim index f3277f855..398d3171d 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -304,7 +304,7 @@ proc completeGeneratedFilePath*(f: string, createSubDir: bool = true): string = when noTimeMachine: excludeDirFromTimeMachine(subdir) except OSError: - writeln(stdout, "cannot create directory: " & subdir) + writeLine(stdout, "cannot create directory: " & subdir) quit(1) result = joinPath(subdir, tail) #echo "completeGeneratedFilePath(", f, ") = ", result -- cgit 1.4.1-2-gfad0