Introduce BoundedNumber

This commit is contained in:
BorysLevytskyi
2023-05-08 18:38:16 +02:00
parent 3ee06ac9c0
commit 960ad50fb9
11 changed files with 167 additions and 113 deletions

View File

@@ -49,7 +49,9 @@ function getStartupCommands(appState : AppState) : string[] {
}
if(hashArgs.length > 0) {
startupCommands = hashArgs;
if(hashArgs.indexOf('empty')==-1)
startupCommands = hashArgs;
}
log.debug('Executing startup commands', startupCommands);