mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/console: Checkin various cmds' accumulated vmopts; run head reset after sync cmd.
This commit is contained in:
parent
c352822d94
commit
5d79f0e83b
1 changed files with 1 additions and 0 deletions
|
@ -6856,6 +6856,7 @@ console_cmd__fed__event(opt &out, const string_view &line)
|
||||||
vmopts.head_must_exist = false;
|
vmopts.head_must_exist = false;
|
||||||
vmopts.history = false;
|
vmopts.history = false;
|
||||||
vmopts.notify = false;
|
vmopts.notify = false;
|
||||||
|
vmopts.verify = false;
|
||||||
m::vm::eval eval
|
m::vm::eval eval
|
||||||
{
|
{
|
||||||
vmopts
|
vmopts
|
||||||
|
|
Loading…
Reference in a new issue