added suggested fixes

This commit is contained in:
Simon Hafner
2015-01-27 13:04:27 -06:00
parent 2beaa7a2da
commit 842c7f67ca
2 changed files with 1 additions and 1 deletions

View File

@@ -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: