From 842c7f67ca06266d99577a31718ae1084cde033d Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Tue, 27 Jan 2015 13:04:27 -0600 Subject: added suggested fixes --- compiler/nim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/nim.nim b/compiler/nim.nim index 553c4635f..c420f6f30 100644 --- a/compiler/nim.nim +++ b/compiler/nim.nim @@ -68,7 +68,7 @@ proc handleCmdLine() = else: ex = quoteShell( completeCFilePath(changeFileExt(gProjectFull, "js").prependCurDir)) - execExternalProgram(findNodeJs & " " & ex & ' ' & commands.arguments) + execExternalProgram(findNodeJs() & " " & ex & ' ' & commands.arguments) else: var binPath: string if options.outFile.len > 0: -- cgit 1.4.1-2-gfad0