mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Minor clean up
This commit is contained in:
parent
6f59a9588b
commit
7828d7fd7a
3 changed files with 5 additions and 5 deletions
3
main.go
3
main.go
|
@ -60,6 +60,7 @@ func main() {
|
|||
}
|
||||
err = worker.SendBytes(out)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
os.Stderr.WriteString(err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue