mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Introduce BoundedNumber
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user