mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
modules/console: Add log flush cmd.
This commit is contained in:
parent
f0e8f60b1b
commit
0f74e9327d
1 changed files with 7 additions and 0 deletions
|
@ -688,6 +688,13 @@ console_cmd__mark(opt &out, const string_view &line)
|
|||
return console_cmd__log__mark(out, line);
|
||||
}
|
||||
|
||||
bool
|
||||
console_cmd__log__flush(opt &out, const string_view &line)
|
||||
{
|
||||
log::flush();
|
||||
return true;
|
||||
}
|
||||
|
||||
//
|
||||
// info
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue