0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 16:34:13 +01:00

construct: Suppress log messages during command output sequence.

This commit is contained in:
Jason Volk 2018-04-07 08:43:04 -07:00
parent c372b45857
commit da6a39812f

View file

@ -301,6 +301,11 @@ handle_line_bymodule(const string_view &line)
case 0:
case 1:
{
// For this scope we have to suppress again because there's some
// yielding business going on below where log messages can break
// into the command output.
const log::console_quiet quiet{false};
const auto str
{
out.str()