Fix issue where quitting app no longer works after exiting a process in stream

This commit is contained in:
loki
2019-12-30 23:23:28 +01:00
parent 1e2faea1ac
commit daaec4ba46
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ public:
proc_t(
boost::process::environment &&env,
std::vector<ctx_t> &&apps) :
_app_id(-1),
_env(std::move(env)),
_apps(std::move(apps)) {}