mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:14:48 +01:00
Error message tweak.
This commit is contained in:
parent
b9407e6835
commit
3c97379cd6
@ -243,7 +243,7 @@ func execCompile(compilerExecName string, pr parserResult, wg *sync.WaitGroup, o
|
||||
defer (*wg).Done()
|
||||
success, err := execCmd(compilerExecName, pr.InputList, "")
|
||||
if !success {
|
||||
LogError("Failed to compile using given arguments: %v\n", err)
|
||||
LogError("Failed to compile using given arguments:\n%v %v\nexit status: %v\n", compilerExecName, pr.InputList, err)
|
||||
*ok = false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user