Merge pull request #643 from genotrance/nocompiler-fixes-2
Print nimscript errors
This commit is contained in:
commit
a437fd33c4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ proc execNimscript(nimsFile, projectDir, actionName: string, options: Options,
|
|||
result.output = outFile.readFile()
|
||||
discard outFile.tryRemoveFile()
|
||||
else:
|
||||
result = execCmdEx(cmd, options = {poUsePath})
|
||||
result = execCmdEx(cmd, options = {poUsePath, poStdErrToStdOut})
|
||||
|
||||
proc getNimsFile(scriptName: string, options: Options): string =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue