Minor clean up

This commit is contained in:
Ryan Dahl 2018-05-14 03:12:36 -04:00
parent 6f59a9588b
commit 7828d7fd7a
3 changed files with 5 additions and 5 deletions

View file

@ -60,6 +60,7 @@ func main() {
}
err = worker.SendBytes(out)
if err != nil {
panic(err)
os.Stderr.WriteString(err.Error())
os.Exit(1)
}
}