commit | ce719b948dccc90aa80c60060a4b783e01e55b9b | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Tue Oct 14 10:46:29 2014 -0700 |
committer | Nicolas LaCasse <nlacasse@google.com> | Tue Oct 14 10:46:32 2014 -0700 |
tree | 7fab62303b42dc4b2182239fc82d09d041791916 | |
parent | f30b2df672819d4e57d980e05c584b3d1307ffd1 [diff] |
veyron/tools/playground: Stop leaving orphan processes on failure. We were using log.Fatal on errors, which calls os.Exit(1) without calling deferred functions. This CL switches all instances of log.Fatal to log.Panic, which allows deferred functions to run. Change-Id: I5941e3042120401ce8abb2d8942082606baf7699