make finalizeInit blocking just to be sure
This commit is contained in:
parent
65d9c944d8
commit
9ce2771dad
|
@ -198,7 +198,7 @@ const init = async () => {
|
|||
slash.init();
|
||||
autoExec = new AutoExecuteHandler(settings);
|
||||
|
||||
eventSource.on(event_types.APP_READY, ()=>finalizeInit());
|
||||
eventSource.on(event_types.APP_READY, async()=>await finalizeInit());
|
||||
};
|
||||
const finalizeInit = async () => {
|
||||
log('executing startup');
|
||||
|
|
Loading…
Reference in New Issue