mirror of
https://github.com/matrix-construct/construct
synced 2025-01-17 01:51:53 +01:00
construct: Slightly slower console output throttle.
This commit is contained in:
parent
7f7278187f
commit
c61186fb8f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ handle_line_bymodule(const string_view &line)
|
||||||
};
|
};
|
||||||
|
|
||||||
std::cout << substr << std::flush;
|
std::cout << substr << std::flush;
|
||||||
ctx::sleep(milliseconds(25));
|
ctx::sleep(milliseconds(50));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!endswith(str, '\n'))
|
if(!endswith(str, '\n'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue