Allow to switch a number sign (#47)

This commit is contained in:
Borys Levytskyi
2023-05-10 18:40:59 +03:00
committed by GitHub
parent 8371e3c086
commit 214f85c52d
26 changed files with 248 additions and 202 deletions

View File

@@ -53,7 +53,7 @@ function getStartupCommands(appState : AppState) : string[] {
startupCommands = hashArgs;
}
log.debug('Executing startup commands', startupCommands);
log.debug('Startup commands loaded', startupCommands);
return startupCommands;
}