Wait for stdio to close
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
41d041270b
commit
e57fccc481
2 changed files with 21 additions and 3 deletions
|
@ -117,6 +117,7 @@ func main() {
|
|||
}
|
||||
// runtime has exited so the shim can also exit
|
||||
if exitShim {
|
||||
p.Wait()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue