mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-21 03:12:43 +01:00
Execute startup commands after app is rendered
This commit is contained in:
@@ -13,11 +13,12 @@ import UnknownInputResultView from './shell/components/UnknownInputResultView';
|
||||
const appData = bootstrapAppData();
|
||||
|
||||
initializeModules();
|
||||
executeStartupCommands();
|
||||
|
||||
var root = <AppRoot appState={appData.appState} />;
|
||||
ReactDOM.render(root, document.getElementById('root'));
|
||||
|
||||
executeStartupCommands();
|
||||
|
||||
log.debug("started");
|
||||
|
||||
function executeStartupCommands() {
|
||||
|
||||
Reference in New Issue
Block a user