Add message to update act command

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-27 00:17:30 -05:00
parent b3a83301ac
commit e1435f2b0c
3 changed files with 26 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ export namespace ConfigurationManager {
let actCommand = ConfigurationManager.get<string>(Section.actCommand);
if (!actCommand) {
await ConfigurationManager.set(Section.actCommand, Act.command);
await ConfigurationManager.set(Section.actCommand, Act.defaultActCommand);
}
}