fix: Force update after running input command
This commit is contained in:
parent
989e4c3039
commit
57e8914fa6
2 changed files with 6 additions and 8 deletions
src/components
|
@ -399,6 +399,7 @@ void controller::process_inputdata() {
|
|||
m_command = command_util::make_command(move(cmd));
|
||||
m_command->exec();
|
||||
m_command.reset();
|
||||
process_update(true);
|
||||
} catch (const application_error& err) {
|
||||
m_log.err("controller: Error while forwarding input to shell -> %s", err.what());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue