Fix issue where quitting app no longer works after exiting a process in stream
This commit is contained in:
@@ -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)) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user