Fix stream not starting properly on Windows when option "cmd" omitted in apps.json

This commit is contained in:
loki
2020-01-23 19:32:16 +01:00
parent f06f5dde2f
commit 1c28214260
3 changed files with 11 additions and 8 deletions
+3
View File
@@ -75,6 +75,9 @@ private:
boost::process::environment _env;
std::vector<ctx_t> _apps;
// If no command associated with _app_id, yet it's still running
bool placebo {};
boost::process::child _process;
boost::process::group _process_handle;