pulumi/pkg/util
Matt Ellis 95ee6d85f6 Kill plugin child processes as well on Windows
On windows, we have to indirect through a batch file to launch plugins,
which means when we go to close a plugin, we only kill cmd.exe that is
running the batch file and not the underlying node process. This
prevents `pulumi` from exiting cleanly. So on Windows, we also kill any
direct children of the plugin process

Fixes #504
2017-10-30 23:22:14 -07:00
..
archive Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
cmdutil Kill plugin child processes as well on Windows 2017-10-30 23:22:14 -07:00
contract Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
convutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
fsutil Move .pulumi to root of a repository 2017-10-27 11:46:21 -07:00
mapper Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
rendezvous Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
retry Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
rpcutil Do not trap signals in rpcutil.Serve. 2017-10-24 14:35:59 -07:00
testutil Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00