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

fix: segfault when rendering fails

parent 64bd0354730c
No related branches found
No related tags found
1 merge request!4Few updates from downstream
......@@ -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