mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/console: Evaluate auth_chain in fed state eval.
This commit is contained in:
parent
cbcd6c288c
commit
912bcd3a3c
1 changed files with 7 additions and 1 deletions
|
@ -13697,7 +13697,13 @@ console_cmd__fed__state(opt &out, const string_view &line)
|
|||
vmopts.nothrows = -1;
|
||||
vmopts.fetch_state = false;
|
||||
vmopts.fetch_prev = false;
|
||||
m::vm::eval eval
|
||||
|
||||
m::vm::eval
|
||||
{
|
||||
auth_chain, vmopts
|
||||
};
|
||||
|
||||
m::vm::eval
|
||||
{
|
||||
pdus, vmopts
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue