Add printing debug command upon execute

This commit is contained in:
Wojtek Figat
2024-10-21 13:05:26 +02:00
parent b681a03bfb
commit 2127961069

View File

@@ -69,6 +69,7 @@ struct CommandData
}
// Call command
LOG(Info, "> {}{}{}", Name, args.Length() != 0 ? TEXT(" ") : TEXT(""), args);
Variant result;
if (Method)
{