diff --git a/src/index.tsx b/src/index.tsx index 1934c22..07a2785 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -13,11 +13,12 @@ import UnknownInputResultView from './shell/components/UnknownInputResultView'; const appData = bootstrapAppData(); initializeModules(); -executeStartupCommands(); var root = ; ReactDOM.render(root, document.getElementById('root')); +executeStartupCommands(); + log.debug("started"); function executeStartupCommands() {