mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
modules/console: Indicate not actual stack usage maximum in ctx cmd.
This commit is contained in:
parent
e02f358963
commit
7b925e9051
1 changed files with 1 additions and 1 deletions
|
@ -2532,7 +2532,7 @@ console_cmd__ctx__list(opt &out, const string_view &line)
|
|||
<< "STACK"
|
||||
<< " "
|
||||
<< std::setw(25)
|
||||
<< "PEAK"
|
||||
<< "PEAK OBSERVED"
|
||||
<< " "
|
||||
<< std::setw(25)
|
||||
<< "LIMIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue