Skip to content
Snippets Groups Projects
Commit 556c2f0fe778 authored by steeve.chailloux's avatar steeve.chailloux
Browse files

fix: segfault when rendering fails


Signed-off-by: default avatarSteeve Chailloux <steeve.chailloux@proton.ch>
parent ff74bc180027
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,7 @@
f, err := r.runCommand(tmpDir, name, c)
if err != nil {
errors <- err
return
}
results <- f.Name()
}(name, command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment