Merge remote-tracking branch 'Delapouite/print_status'
This commit is contained in:
commit
827aab1386
|
@ -288,7 +288,7 @@ std::pair<String, int> ShellManager::eval(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wait_notified) // clear the status line
|
if (wait_notified) // clear the status line
|
||||||
context.print_status({ "", get_face("Information") }, true);
|
context.print_status({}, true);
|
||||||
|
|
||||||
return { std::move(stdout_contents), WIFEXITED(status) ? WEXITSTATUS(status) : -1 };
|
return { std::move(stdout_contents), WIFEXITED(status) ? WEXITSTATUS(status) : -1 };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user